mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-22 05:35:03 +01: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.