yuzu: Move disable_web_applet to UISettings

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

View file

@ -114,6 +114,7 @@ struct Values {
bool configuration_applied;
bool reset_to_defaults;
bool disable_web_applet{};
};
extern Values values;