Implemented CLI switch to disable confirm on stop

This commit is contained in:
Anthony Serna
2015-09-06 13:08:29 -07:00
parent c08a83a5aa
commit ad1a8a1b31
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,7 @@ private:
static bool DolphinEmulatorDotComTextFileExists();
bool m_batch_mode = false;
bool m_no_confirm_stop = false;
bool m_load_file = false;
bool m_play_movie = false;
bool m_use_debugger = false;