enabled scph-1110 analog joystick in the menu
[pcsx_rearmed.git] / frontend / main.c
index 6887dd1..2d438aa 100644 (file)
@@ -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;