dolphin/Source
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
..
Android Update Android cmake. 2015-01-26 21:26:54 -06:00
Core Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
DSPSpy More minor consistency changes 2015-01-12 22:28:12 -05:00
DSPTool CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
PCH Fix Intellisense error spam on Visual Studio. 2015-01-23 19:15:25 -08:00
UnitTests Revert "Merge pull request #1903 from RisingFog/libav" 2015-01-26 02:35:29 +01:00
VSProps Fix Intellisense error spam on Visual Studio. 2015-01-23 19:15:25 -08:00
.clang-format
CMakeLists.txt Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
dolphin-emu.sln xxhash: Add cmake + VS files 2015-01-21 07:35:34 +01:00