input_common: Enable steam controllers and 8 player support

This commit is contained in:
german77
2021-09-01 18:48:01 -05:00
parent 51ccc29cdd
commit 5798537ce4
8 changed files with 35 additions and 11 deletions

View File

@ -557,7 +557,8 @@ void GMainWindow::WebBrowserOpenWebPage(const std::string& main_url,
const std::string& additional_args, bool is_local) {
#ifdef YUZU_USE_QT_WEB_ENGINE
if (disable_web_applet) {
// Raw input breaks with the web applet, Disable web applets if enabled
if (disable_web_applet || Settings::values.enable_raw_input) {
emit WebBrowserClosed(Service::AM::Applets::WebExitReason::WindowClosed,
"http://localhost/");
return;