Keep game window open when loading the last savestate

This commit is contained in:
Megamouse 2025-01-04 16:14:09 +01:00
parent cc7e7300ce
commit d5470d92ec
7 changed files with 17 additions and 4 deletions

View file

@ -2590,6 +2590,8 @@ void main_window::CreateConnects()
{
Emu.Restart();
};
// Make sure we keep the game window opened
Emu.SetContinuousMode(true);
}