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