Main: Move unofficial build check to its own function

Removes the need to explicitly call exit.
This commit is contained in:
Lioncash
2015-08-27 07:13:08 -04:00
parent aafae49d24
commit 14ae1d23cf
2 changed files with 19 additions and 16 deletions

View File

@ -32,6 +32,7 @@ private:
void OnEndSession(wxCloseEvent& event);
void InitLanguageSupport();
void AfterInit();
static bool DolphinEmulatorDotComTextFileExists();
bool m_batch_mode = false;
bool m_load_file = false;