mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-27 20:01:24 -05:00
Jumping to `dispatcher` requires first subtracting the downcount, otherwise `dispatcher` may unpredictably jump to CoreTiming::Advance, which could break determinism compatibility with JitArm64. We should jump to `dispatcher_no_check` instead.