FullscreenUI: Add 'Pause on Menu' option
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user