Qt: Fix loading a new game without stopping emulation.

This commit is contained in:
bunnei 2015-04-27 23:13:57 -04:00
parent 5a855bdb2f
commit 3dd2688785
2 changed files with 25 additions and 15 deletions

View file

@ -41,6 +41,7 @@ public:
private:
void BootGame(std::string filename);
void ShutdownGame();
void closeEvent(QCloseEvent* event) override;