mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
cf869fc24f
Has been broken since the flags-opt merge. The idle skipping code in JitIL was very brittle and depended on the IL of it's inputs not changing in any way. flags-opt changed the IR generated by the cmp instruction, which is part of the idle loop, causing JitIL to break in really weird ways, which were almost impossible to track down. This fixes various wii games crashing/not booting and the Regspill error on (all?) gamecube mmu games.