mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Main: Move unofficial build check to its own function
Removes the need to explicitly call exit.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user