enable Wall warnings by default
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index ea655df..8313304 100644 (file)
@@ -57,7 +57,12 @@ void EmuUpdate() {
                SysUpdate();
 
        ApplyCheats();
-       pl_frame_limit();
+
+       // reamed hack
+       {
+               extern void pl_frame_limit(void);
+               pl_frame_limit();
+       }
 }
 
 void __Log(char *fmt, ...) {