mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Properly implemented confirm on stop CLI switch
This commit is contained in:
@ -36,13 +36,14 @@ private:
|
||||
static bool DolphinEmulatorDotComTextFileExists();
|
||||
|
||||
bool m_batch_mode = false;
|
||||
bool m_no_confirm_stop = false;
|
||||
bool m_confirm_stop = false;
|
||||
bool m_load_file = false;
|
||||
bool m_play_movie = false;
|
||||
bool m_use_debugger = false;
|
||||
bool m_use_logger = false;
|
||||
bool m_select_video_backend = false;
|
||||
bool m_select_audio_emulation = false;
|
||||
wxString m_confirm_setting;
|
||||
wxString m_video_backend_name;
|
||||
wxString m_audio_emulation_name;
|
||||
wxString m_user_path;
|
||||
|
Reference in New Issue
Block a user