mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-10 10:02:00 -04:00
Given how the hooking operates, we may not execute an instruction. Instead of making the state a static local to the function, just make it part of the lifecycle of the Interpreter class.