Fix exitspawn (autoexit option)

Fix other situations affected by this options
This commit is contained in:
Nekotekina 2017-11-24 11:00:47 +03:00
parent 2ac773385f
commit f7803927d9
6 changed files with 21 additions and 10 deletions

View file

@ -742,6 +742,7 @@ bool game_list_frame::Boot(const GameInfo& game)
{
Q_EMIT RequestIconPathSet(game.path);
Emu.SetForceBoot(true);
Emu.Stop();
if (!Emu.BootGame(game.path))