HLT now reduces CPU usage in recompiler.

This commit is contained in:
TomW 2014-11-16 15:09:27 +00:00
commit d13caf1b8a

View file

@ -521,7 +521,7 @@ static int opHLT(uint32_t fetchdat)
}
if (!((flags&I_FLAG) && pic_intpending))
{
CLOCK_CYCLES(100);
CLOCK_CYCLES_ALWAYS(100);
pc--;
}
else