dolphin/Source/Core/Core/PowerPC/CachedInterpreter
Lioncache f4277a901a Core/HLE/HLE: Remove global system accessors
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.
2023-12-18 19:11:49 -05:00
..
CachedInterpreter.cpp Core/HLE/HLE: Remove global system accessors 2023-12-18 19:11:49 -05:00
CachedInterpreter.h CachedInterpreter: Avoid System::GetInstance() and ppcState. 2023-03-25 02:37:10 +01:00
InterpreterBlockCache.cpp
InterpreterBlockCache.h