try to fix reset in HLE mode
[pcsx_rearmed.git] / frontend / libretro.c
index 807e683..4d29e16 100644 (file)
@@ -2726,6 +2726,8 @@ void retro_run(void)
    {
       rebootemu = 0;
       SysReset();
+      if (Config.HLE)
+         LoadCdrom();
    }
 
    print_internal_fps();