dolphin/Source/Core/DolphinWX
Lioncash 0718937237 Common: Introduce the new Gekko disassembler to Common.
This moves the Gekko disassembler to Common where it should be. Having it in the Bochs disassembly Externals is incorrect.

Unlike the PowerPC disassembler prior however, this one is updated to have an API that is more fitting for C++. e.g. Not needing to specify a string buffer and size. It does all of this under the hood.

This modifies all the DebuggingInterfaces as necessary to handle this.
2014-08-04 00:45:07 -04:00
..
Android Prevent potential buffer overflow in sscanf 2014-07-23 10:03:49 -04:00
Debugger Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
GLInterface Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
MemoryCards Merge pull request #376 from lioncash/wx 2014-05-21 21:54:00 -07:00
resources Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
AboutDolphin.cpp Update references of Google Code to GitHub and update copyright year. 2014-06-18 23:40:25 +02:00
AboutDolphin.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ARCodeAddEdit.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
ARCodeAddEdit.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
CheatsWindow.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
CheatsWindow.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
CMakeLists.txt Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
ConfigMain.cpp Update framelimit tooltip text because the Audio option has been removed. 2014-07-28 19:08:43 +02:00
ConfigMain.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
DolphinWX.vcxproj.filters Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
DolphinWX.vcxproj.user Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
FifoPlayerDlg.cpp DolphinWX: Remove the use of some wx 1.0 compatibility functions. 2014-07-13 23:42:37 -04:00
FifoPlayerDlg.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Frame.cpp CFrame: Only re-assign focus when "Render to main" is enabled. 2014-08-03 13:37:19 +02:00
Frame.h Exit exclusive fullscreen when the stop confirmation is shown. 2014-07-21 20:50:48 +02:00
FrameAui.cpp DolphinWX: Remove yet another clamp method 2014-07-09 16:17:13 -04:00
FrameTools.cpp FrameTools: Add a wxPanel as the child of the RenderFrame. 2014-08-02 13:55:23 +02:00
GameListCtrl.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
GameListCtrl.h Add Change Disc option to the right-click menu in the game list. For issue 7411. 2014-06-30 12:06:45 -07:00
GeckoCodeDiag.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
GeckoCodeDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
Globals.h Let the Renderer decide when to exit fullscreen. 2014-07-21 17:11:13 +02:00
HotkeyDlg.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
HotkeyDlg.h Merge pull request #91 from delroth/iwyu 2014-02-23 03:34:10 +01:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp ControllerEmu: Virtualize settings 2014-07-11 13:32:58 -04:00
InputConfigDiag.h ControllerEmu: Virtualize settings 2014-07-11 13:32:58 -04:00
InputConfigDiagBitmaps.cpp DolphinWX: Fix a double truncation warning in InputConfigDiagBitmaps 2014-07-22 06:58:32 -04:00
ISOFile.cpp Use only section-based ini reading. 2014-06-16 01:31:23 -04:00
ISOFile.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
ISOProperties.cpp DolphinWX: Remove an unused variable from ISOProperties 2014-08-02 15:23:31 -04:00
ISOProperties.h DolphinWX: Remove the Projection Hack UI 2014-07-30 19:32:41 -04:00
LogConfigWindow.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
LogConfigWindow.h Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
LogWindow.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
LogWindow.h Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
Main.cpp Merge pull request #428 from Sonicadvance1/x86_32-removal 2014-08-03 21:17:28 -07:00
Main.h mark all local variables as static 2014-07-11 16:10:20 +02:00
MainAndroid.cpp Merge pull request #716 from delroth/vertex-loader 2014-08-03 21:14:59 -07:00
MainNoGUI.cpp Merge pull request #716 from delroth/vertex-loader 2014-08-03 21:14:59 -07:00
MemcardManager.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
MemcardManager.h Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
NetWindow.cpp Core: Kill off an unused parameter for NetPlayServer::StartGame 2014-08-02 18:28:26 -04:00
NetWindow.h Add an option to kick players from netplay. 2014-06-18 13:22:45 -04:00
PatchAddEdit.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
PatchAddEdit.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
resource.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SoftwareVideoConfigDialog.cpp Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
SoftwareVideoConfigDialog.h Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Remove x86_32 from DolphinWX. 2014-08-03 13:44:37 -05:00
TASInputDlg.cpp GCPadStatus: coalescing magic numbers into consts 2014-07-21 19:56:05 +08:00
TASInputDlg.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
VideoConfigDiag.cpp Move GLInterface around to remove VideoBackends dependency on DolphinWX 2014-08-02 09:34:39 -07:00
VideoConfigDiag.h Remove the 3D Vision hack. 2014-07-26 12:45:10 +02:00
WiimoteConfigDiag.cpp Get rid of old wx event type usages. Use recommended replacements 2014-05-17 13:17:43 -04:00
WiimoteConfigDiag.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WXInputBase.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
WXInputBase.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00
WxUtils.cpp Kill off _T and wxT macros 2014-05-17 16:25:51 -04:00
WxUtils.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
X11Utils.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
X11Utils.h Make DolphinWX/ mostly IWYU clean. 2014-02-23 00:27:27 +01:00