Qt: Add option to pause on application focus loss

This commit is contained in:
Connor McLaughlin
2020-12-05 00:16:22 +10:00
parent 2899e2d73c
commit af6b0dc189
7 changed files with 53 additions and 10 deletions

View File

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