X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.c;h=8313304c6ab2de4f42261c70feb6ee15b1fce912;hp=ea655dfa9a0f4211686a787c15c3ed83bc5005f2;hb=650adfd2da779ba8855623362c2900583e22931e;hpb=cefe86b749ed699cd8af96e4875bb4e90e967569 diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c index ea655dfa..8313304c 100644 --- a/libpcsxcore/psxcommon.c +++ b/libpcsxcore/psxcommon.c @@ -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, ...) {