psxbios: completely rework exception handling
[pcsx_rearmed.git] / libpcsxcore / psxcommon.c
index 8313304..ada81a8 100644 (file)
@@ -52,10 +52,6 @@ void EmuShutdown() {
 }
 
 void EmuUpdate() {
-       // Do not allow hotkeys inside a softcall from HLE BIOS
-       if (!Config.HLE || !hleSoftCall)
-               SysUpdate();
-
        ApplyCheats();
 
        // reamed hack