mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Don't spam IRQ trigger errors - Blood Omen: Legacy of Kain spams
this a lot
This commit is contained in:
parent
0698b0d9da
commit
70792ee170
@ -191,7 +191,7 @@ static void ClockTimer(int i, uint32 clocks)
|
||||
|
||||
if((before < target && Timers[i].Counter >= target) || zero_tm || Timers[i].Counter > 0xFFFF)
|
||||
{
|
||||
#if 1
|
||||
#if 0
|
||||
if(Timers[i].Mode & 0x10)
|
||||
{
|
||||
if((Timers[i].Counter - target) > 3)
|
||||
|
Loading…
Reference in New Issue
Block a user