mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-24 21:21:07 -05:00
PowerPC.h at this point is pretty much a general glob of stuff, and it's unfortunate, since it means pulling in a lot of unrelated header dependencies and a bunch of other things that don't need to be seen by things that just want to read memory. Breaking this out into its own header keeps all the MMU-related stuff together and also limits the amount of header dependencies being included (the primary motivation for this being the former reason). |
||
|---|---|---|
| .. | ||
| HLE_Misc.cpp | ||
| HLE_Misc.h | ||
| HLE_OS.cpp | ||
| HLE_OS.h | ||
| HLE_VarArgs.cpp | ||
| HLE_VarArgs.h | ||
| HLE.cpp | ||
| HLE.h | ||