1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 18:36:31 -05:00

yuzu: Move disable_web_applet to UISettings

This commit is contained in:
lat9nq
2022-03-17 16:55:30 -04:00
parent f55af65e82
commit 1cbe23ed7b
3 changed files with 3 additions and 5 deletions

View File

@@ -400,9 +400,6 @@ private:
// Last game booted, used for multi-process apps
QString last_filename_booted;
// Disables the web applet for the rest of the emulated session
bool disable_web_applet{};
// Applets
QtSoftwareKeyboardDialog* software_keyboard = nullptr;