Merge pull request #15648 from unknownbrackets/ignore-compat
Compat: Add setting to skip compat flags
This commit is contained in:
commit
75bae070de
4 changed files with 19 additions and 1 deletions
|
@ -600,6 +600,8 @@ static ConfigSetting generalSettings[] = {
|
|||
ReportedConfigSetting("MemStickInserted", &g_Config.bMemStickInserted, true, true, true),
|
||||
ConfigSetting("EnablePlugins", &g_Config.bLoadPlugins, true, true, true),
|
||||
|
||||
ReportedConfigSetting("IgnoreCompatSettings", &g_Config.sIgnoreCompatSettings, "", true, true),
|
||||
|
||||
ConfigSetting(false),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue