Settings: Add option to temporarily disable all enhancements

This commit is contained in:
Connor McLaughlin
2020-12-30 17:39:29 +10:00
parent 40f241dde3
commit 68ce959d70
7 changed files with 53 additions and 15 deletions

View File

@ -90,6 +90,7 @@ struct Settings
bool load_devices_from_save_states = false;
bool apply_game_settings = true;
bool auto_load_cheats = false;
bool disable_all_enhancements = false;
GPURenderer gpu_renderer = GPURenderer::Software;
std::string gpu_adapter;