mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Keep game window open when loading the last savestate
This commit is contained in:
parent
cc7e7300ce
commit
d5470d92ec
7 changed files with 17 additions and 4 deletions
|
@ -2590,6 +2590,8 @@ void main_window::CreateConnects()
|
|||
{
|
||||
Emu.Restart();
|
||||
};
|
||||
|
||||
// Make sure we keep the game window opened
|
||||
Emu.SetContinuousMode(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue