applets/web: Fix keyboard to emulated controller input

This commit is contained in:
Morph
2020-11-30 22:25:01 -05:00
parent 2ddd83cdfe
commit 51cddcb8b8
3 changed files with 30 additions and 4 deletions

View File

@ -376,7 +376,7 @@ void GMainWindow::WebBrowserOpenLocalWebPage(std::string_view main_url,
return;
}
QtNXWebEngineView web_browser_view(this, Core::System::GetInstance());
QtNXWebEngineView web_browser_view(this, Core::System::GetInstance(), input_subsystem.get());
ui.action_Pause->setEnabled(false);
ui.action_Restart->setEnabled(false);