Qt: Add option to disable per-game settings

This commit is contained in:
Connor McLaughlin
2020-08-21 00:08:40 +10:00
parent 5fca2d1d1c
commit bca609a2a6
6 changed files with 43 additions and 18 deletions

View File

@ -78,6 +78,7 @@ struct Settings
bool save_state_on_exit = true;
bool confim_power_off = true;
bool load_devices_from_save_states = false;
bool apply_game_settings = true;
GPURenderer gpu_renderer = GPURenderer::Software;
std::string gpu_adapter;