mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-09 07:01:24 -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.