diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-11-30 22:25:01 -0500 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-12-18 10:33:28 -0500 |
| commit | 51cddcb8b8d4d12715ba0517638b394244b500bb (patch) | |
| tree | 5dda5981c3116c049a4df6f78be0bd63cf523d58 /src/yuzu/main.cpp | |
| parent | 2ddd83cdfe2bfb63579d2932a1ee3b26073fbeea (diff) | |
applets/web: Fix keyboard to emulated controller input
Diffstat (limited to 'src/yuzu/main.cpp')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index ccff08074..f835ee9cb 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -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); |
