mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Properly implemented confirm on stop CLI switch
This commit is contained in:
parent
1b026364bf
commit
a5d6072a45
2 changed files with 13 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue