aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 6887dd1..2d438aa 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -721,10 +721,10 @@ void SysReset() {
// reset can run code, timing must be set
pl_timing_prepare(Config.PsxType);
- EmuReset();
-
- // hmh core forgets this
+ // hmh core forgets this
CDR_stop();
+
+ EmuReset();
GPU_updateLace = real_lace;
g_emu_resetting = 0;