RSX/Qt: Reuse gs_frame if possible

This commit is contained in:
Megamouse 2025-01-03 20:22:36 +01:00
parent 99f1f4c22a
commit 1ab3a0bd73
18 changed files with 101 additions and 16 deletions

View file

@ -2590,6 +2590,7 @@ void main_window::CreateConnects()
{
Emu.Restart();
};
Emu.SetContinuousMode(true);
}
Emu.Kill(false, true);