dolphin/Source/Core/Core/IPC_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
..
ICMP.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ICMPLin.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
ICMPWin.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
WII_IPC_HLE.cpp WII_IPC_HLE: Fix timing weirdness 2014-12-20 22:07:30 +01:00
WII_IPC_HLE.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_DI.cpp WII_IPC_HLE_Device_DI: Use the new accurate timing 2014-12-20 22:07:28 +01:00
WII_IPC_HLE_Device_DI.h WII_IPC_HLE_Device_DI: Use the new accurate timing 2014-12-20 22:07:28 +01:00
WII_IPC_HLE_Device_FileIO.cpp Don't open a file handle for a directory in FileIO 2015-01-12 13:25:39 +13:00
WII_IPC_HLE_Device_FileIO.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_es.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
WII_IPC_HLE_Device_es.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_fs.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_fs.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_hid.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_hid.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_net.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_net.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_net_ssl.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_net_ssl.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_sdio_slot0.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_sdio_slot0.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_stm.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_usb.cpp More minor consistency changes 2015-01-12 22:28:12 -05:00
WII_IPC_HLE_Device_usb.h More minor consistency changes 2015-01-12 22:28:12 -05:00
WII_IPC_HLE_Device_usb_kbd.cpp WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_Device_usb_kbd.h WII_IPC_HLE: Return delay time instead of using GetCmdDelay 2014-12-20 22:07:15 +01:00
WII_IPC_HLE_WiiMote.cpp More minor consistency changes 2015-01-12 22:28:12 -05:00
WII_IPC_HLE_WiiMote.h More minor consistency changes 2015-01-12 22:28:12 -05:00
WII_Socket.cpp Minor consistency changes 2015-01-12 15:18:18 -05:00
WII_Socket.h Add a central variable g_want_determinism which controls whether to try to make things deterministic. 2014-09-28 21:34:31 -04:00
WiiMote_HID_Attr.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
WiiMote_HID_Attr.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
hci.h More minor consistency changes 2015-01-12 22:28:12 -05:00
l2cap.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00