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