X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcommon.c;h=ada81a88ab2e301997e8d11714755e82e96c2370;hb=5c5e6c0c5f739de80b7f8f9d6c36dda0c2fa579d;hp=5e9dcafbf32cbe8cd5ae9ba43e9e53a85144be30;hpb=dc40e780e5645e55afb914c752734678361ad733;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcommon.c b/libpcsxcore/psxcommon.c index 5e9dcafb..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(); - - pl_frame_limit(); ApplyCheats(); + + // reamed hack + { + extern void pl_frame_limit(void); + pl_frame_limit(); + } } void __Log(char *fmt, ...) {