mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-02 23:46:38 -05: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. |
||
|---|---|---|
| .. | ||
| RegCache | ||
| Jit_Branch.cpp | ||
| Jit_FloatingPoint.cpp | ||
| Jit_Integer.cpp | ||
| Jit_LoadStore.cpp | ||
| Jit_LoadStoreFloating.cpp | ||
| Jit_LoadStorePaired.cpp | ||
| Jit_Paired.cpp | ||
| Jit_SystemRegisters.cpp | ||
| Jit.cpp | ||
| Jit.h | ||
| Jit64_Tables.cpp | ||
| JitAsm.cpp | ||
| JitAsm.h | ||