dolphin/Source/Core/Core/Boot
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
..
Boot_BS2Emu.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Boot_DOL.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Boot_DOL.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Boot_ELF.cpp Propagate elf loading failure up. 2015-01-24 16:28:34 +13:00
Boot_WiiWAD.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Boot.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
Boot.h BootUp: Clean up elf BootUp code. 2015-01-24 15:41:28 +13:00
ElfReader.cpp Fix building with PCH disabled. 2015-01-25 11:34:22 -06:00
ElfReader.h ElfReader: Clean up elf loader code. 2015-01-24 15:41:32 +13:00
ElfTypes.h Removed the typedefs for Elf32 word types 2014-08-20 15:21:41 -05:00