dolphin/Source/Core/DolphinWX
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 More formatting and consistency fixes 2014-11-24 17:16:59 -05:00
Cheats DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
Debugger Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
resources Removed SDK flag 2014-11-18 19:44:17 -05:00
AboutDolphin.cpp Clean Up 2015-01-24 17:10:21 -06:00
AboutDolphin.h
ARCodeAddEdit.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
ARCodeAddEdit.h DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
CMakeLists.txt CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
ConfigMain.cpp Merge pull request #1949 from skidau/hotkey-input 2015-02-04 14:35:03 +11:00
ConfigMain.h Added support for AGP. Original patch by GreyRogue. 2015-01-24 12:13:23 +11:00
ControllerConfigDiag.cpp Merge pull request #1869 from Stevoisiak/GeneralConsistency 2015-01-21 13:46:53 -06:00
ControllerConfigDiag.h Added GameCube Keyboard support. 2015-01-17 09:36:05 +11:00
DolphinWX.rc
DolphinWX.vcxproj WiimoteConfigDiag: Rename to ControllerConfigDiag. 2014-12-01 03:36:07 -05:00
DolphinWX.vcxproj.filters WiimoteConfigDiag: Rename to ControllerConfigDiag. 2014-12-01 03:36:07 -05:00
DolphinWX.vcxproj.user Rename menu items, stop using PanicAlertT, remove -d when running from visual studio. 2014-12-17 01:12:33 +10:30
FifoPlayerDlg.cpp DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
FifoPlayerDlg.h
Frame.cpp Fixed the crash which occurred when opening Wiimote configuration before a game was started. 2015-02-04 18:48:19 +11:00
Frame.h Initialised all controller interfaces together on CFrame construction to fix the crash that would occur if the controller config were opened before a game was started. 2015-02-04 18:05:22 +11:00
FrameAui.cpp DolphinWX/Globals: Variable naming consistency 2014-12-20 21:43:11 -05:00
FrameTools.cpp Merge pull request #1752 from Buddybenj/clean-up 2015-02-10 11:39:14 -08:00
GameListCtrl.cpp Country filter fixes/consistency 2015-01-11 00:39:53 -05:00
GameListCtrl.h DolphinWX: Allow cancelling gcz compression. 2014-11-27 07:53:28 -08:00
Globals.h Added the ability to map gamepad buttons to hotkeys. 2015-01-27 12:24:47 +11:00
HotkeyDlg.cpp Added the ability to map gamepad buttons to hotkeys. 2015-01-27 12:24:47 +11:00
HotkeyDlg.h Added the ability to map gamepad buttons to hotkeys. 2015-01-27 12:24:47 +11:00
Info.plist.in
InputConfigDiag.cpp Merge pull request #1949 from skidau/hotkey-input 2015-02-04 14:35:03 +11:00
InputConfigDiag.h More minor consistency changes 2015-01-12 22:28:12 -05:00
InputConfigDiagBitmaps.cpp HotKey: fix warnings 2015-02-04 20:19:16 +01:00
ISOFile.cpp Merge pull request #1870 from Stevoisiak/countryFilters 2015-01-21 13:48:35 -06:00
ISOFile.h
ISOProperties.cpp Remove VBeam Speedhack. 2015-02-09 23:10:30 +13:00
ISOProperties.h Remove VBeam Speedhack. 2015-02-09 23:10:30 +13:00
LogConfigWindow.cpp DolphinWX: Remove unnecessary forward declarations 2014-11-07 22:16:13 -05:00
LogConfigWindow.h
LogWindow.cpp LogWindow: Fix the timer event bindings 2014-11-14 00:46:42 -05:00
LogWindow.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
Main.cpp Merge pull request #1764 from Armada651/safe-exclusive 2015-01-06 11:00:47 +01:00
Main.h DolphinWX: Kill off trivial event tables 2014-11-09 00:08:33 -05:00
MainAndroid.cpp Host: Add Host_RendererIsFullscreen(). 2015-01-04 17:09:56 +01:00
MainNoGUI.cpp Host: Add Host_RendererIsFullscreen(). 2015-01-04 17:09:56 +01:00
MemcardManager.cpp DolphinWX: Eliminate some memory leaks 2014-11-11 09:50:16 -05:00
MemcardManager.h
NetWindow.cpp More minor consistency changes 2015-01-12 22:28:12 -05:00
NetWindow.h NetPlayDiag: Get rid of event table 2014-11-10 23:38:20 -05:00
PatchAddEdit.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
PatchAddEdit.h DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
PostProcessingConfigDiag.cpp DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp TASInputDlg: Eliminate the usage of some spacers. 2014-12-06 20:13:30 -05:00
TASInputDlg.h DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
VideoConfigDiag.cpp Merge pull request #1948 from magumagu/remove-efb-cache 2015-01-27 09:42:15 +01:00
VideoConfigDiag.h Merge pull request #1948 from magumagu/remove-efb-cache 2015-01-27 09:42:15 +01:00
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp WxUtils: Get rid of GetCurrentBitmapLogicalScale 2014-11-17 20:16:33 -05:00
WxUtils.h WxUtils: Get rid of GetCurrentBitmapLogicalScale 2014-11-17 20:16:33 -05:00
X11Utils.cpp Video: Remove more debug spew in XRANDR mode code 2015-01-07 20:23:09 +00:00
X11Utils.h Host: Add Host_RendererIsFullscreen(). 2015-01-04 17:09:56 +01:00