X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.c;h=fcc3debf96514628a59374d27cffbbb1c496d293;hb=0d43426119e23cde7ef7f76f430adf0c725c84c1;hp=ea655dfa9a0f4211686a787c15c3ed83bc5005f2;hpb=cefe86b749ed699cd8af96e4875bb4e90e967569;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c index ea655dfa..fcc3debf 100644 --- a/libpcsxcore/psxcommon.c +++ b/libpcsxcore/psxcommon.c @@ -26,6 +26,7 @@ PcsxConfig Config; boolean NetOpened = FALSE; +boolean BiosBooted = FALSE; int Log = 0; FILE *emuLog = NULL; @@ -57,7 +58,12 @@ void EmuUpdate() { SysUpdate(); ApplyCheats(); - pl_frame_limit(); + + // reamed hack + { + extern void pl_frame_limit(void); + pl_frame_limit(); + } } void __Log(char *fmt, ...) {