applets/web: Fix keyboard to emulated controller input

This commit is contained in:
Morph 2020-11-30 22:25:01 -05:00
parent 358b38f3e1
commit 150d237919
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);