dolphin/Source/Core/Core/HLE
magumagu ac54c6a4e2 Make address translation respect the CPU translation mode.
The PowerPC CPU has bits in MSR (DR and IR) which control whether
addresses are translated. We should respect these instead of mixing
physical addresses and translated addresses into the same address space.

This is mostly mass-renaming calls to memory accesses APIs from places
which expect address translation to use a different version from those
which do not expect address translation.

This does very little on its own, but it's the first step to a correct BAT
implementation.
2015-02-11 13:56:22 -08:00
..
HLE_Misc.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
HLE_Misc.h HLE: Remove ES_LAUNCH HLE. 2014-06-15 20:08:15 -07:00
HLE_OS.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
HLE_OS.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
HLE.cpp HLE code replacement: remove unused code. 2014-12-03 14:05:05 -08:00
HLE.h Remove HLE_HOOK_END. 2015-01-15 11:54:20 -08:00