cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index ea655df..ada81a8 100644 (file)
@@ -52,12 +52,13 @@ void EmuShutdown() {
 }
 
 void EmuUpdate() {
-       // Do not allow hotkeys inside a softcall from HLE BIOS
-       if (!Config.HLE || !hleSoftCall)
-               SysUpdate();
-
        ApplyCheats();
-       pl_frame_limit();
+
+       // reamed hack
+       {
+               extern void pl_frame_limit(void);
+               pl_frame_limit();
+       }
 }
 
 void __Log(char *fmt, ...) {