Qt: Add option to pause when controller is disconnected
This commit is contained in:
@ -81,6 +81,7 @@ struct Settings
|
||||
bool start_paused : 1 = false;
|
||||
bool start_fullscreen : 1 = false;
|
||||
bool pause_on_focus_loss : 1 = false;
|
||||
bool pause_on_controller_disconnection : 1 = false;
|
||||
bool save_state_on_exit : 1 = true;
|
||||
bool create_save_state_backups : 1 = DEFAULT_SAVE_STATE_BACKUPS;
|
||||
bool compress_save_states : 1 = DEFAULT_SAVE_STATE_COMPRESSION;
|
||||
|
||||
Reference in New Issue
Block a user