Don't use std::exit during Qt initialization

This commit is contained in:
Megamouse
2021-02-05 15:36:57 +01:00
parent 7ce835e878
commit 2865865382
12 changed files with 62 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ struct EmuCallbacks;
class main_application
{
public:
virtual void Init() = 0;
virtual bool Init() = 0;
static bool InitializeEmulator(const std::string& user, bool force_init, bool show_gui);