Fix Boot regression introduced by #4158

This commit is contained in:
Megamouse
2018-02-28 18:47:54 +01:00
committed by Ivan
parent f786c078c2
commit 3043c73745
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public Q_SLOTS:
void RepaintGui();
private Q_SLOTS:
void Boot(const std::string& path, bool direct = false, bool add_only = false, bool force_boot = true);
void Boot(const std::string& path, bool direct = false, bool add_only = false);
void BootElf();
void BootGame();
void DecryptSPRXLibraries();