mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-08 15:36:22 +00:00
We can get rid of the global system accessors by requiring passing in relevant state that the function needs and making callsites do the work. This *does* add a global accessor to the PPCAnalyzer, however, this already has global accessors present elsewhere within its code, so they can be removed all at once in a follow up change. |
||
|---|---|---|
| .. | ||
| CachedInterpreter.cpp | ||
| CachedInterpreter.h | ||
| InterpreterBlockCache.cpp | ||
| InterpreterBlockCache.h | ||