mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-21 18:29:08 -05:00
cf8ac5c09c
Executing PPC code inside an external events callback is a bad idea. CoreTiming::Advance does not support recursion properly which will cause timing glitches. The interpreter has a slice length hack that counters this but without it this would cause a 20000 cycles time skip. It isn't clear what this was supposed to accomplish that just changing the current PC would not. Changing the PC works fine.