mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

The new `dispatcher_no_timing_check` is the same as `dispatcher_no_check` except it includes the "stepping check" in debug mode. This lets us avoid the `m_enable_debugging ? dispatcher : dispatcher_no_check` dance.