dolphin/Source/Core/Core/HLE
Lioncash b9aad3310e PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
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).
2018-05-17 19:18:55 -04:00
..
HLE.cpp Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
HLE.h CachedInterpreter: Factor function hooking code out of Jit() 2018-05-16 18:55:49 -04:00
HLE_Misc.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
HLE_Misc.h HLE: Remove an unused function 2018-02-04 14:41:55 +01:00
HLE_OS.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
HLE_OS.h HLE: Log (v)fprintf messages 2017-06-03 21:05:14 +01:00
HLE_VarArgs.cpp HLE_VarArgs: PowerPC::HostRead_F64 used 2018-04-17 16:25:43 +04:00
HLE_VarArgs.h PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00