Qt: Add copy/clear game settings

This commit is contained in:
Stenzek
2024-03-21 00:41:54 +10:00
parent 3085172ffd
commit 604dd5df40
10 changed files with 263 additions and 82 deletions

View File

@ -975,7 +975,7 @@ void System::SetDefaultSettings(SettingsInterface& si)
for (u32 i = 0; i < NUM_CONTROLLER_AND_CARD_PORTS; i++)
temp.controller_types[i] = g_settings.controller_types[i];
temp.Save(si);
temp.Save(si, false);
}
void System::ApplySettings(bool display_osd_messages)