dolphin/Source/Core/Core/FifoPlayer
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
..
FifoAnalyzer.cpp VertexLoader: remove non-JIT SSE code 2015-01-20 01:51:07 +01:00
FifoAnalyzer.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoDataFile.cpp msvc: resolve all warnings in Core. 2014-08-19 22:33:46 -07:00
FifoDataFile.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoFileStruct.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoPlaybackAnalyzer.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoPlaybackAnalyzer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
FifoPlayer.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
FifoPlayer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
FifoRecordAnalyzer.cpp Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
FifoRecordAnalyzer.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
FifoRecorder.cpp FifoRecorder: Use std::vector for m_Ram and m_ExRam 2014-12-07 18:13:53 -05:00
FifoRecorder.h FifoRecorder: Use std::vector for m_Ram and m_ExRam 2014-12-07 18:13:53 -05:00