FullscreenUI: Add 'Pause on Menu' option

This commit is contained in:
Connor McLaughlin
2021-02-24 18:56:43 +10:00
parent b56b438f1f
commit f023c1bcde
4 changed files with 22 additions and 13 deletions

View File

@ -88,6 +88,7 @@ struct Settings
bool start_paused = false;
bool start_fullscreen = false;
bool pause_on_focus_loss = false;
bool pause_on_menu = true;
bool save_state_on_exit = true;
bool confim_power_off = true;
bool load_devices_from_save_states = false;