dolphin-emulator/Source/Core
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
..
AudioCommon AudioCommon: Remove an unnecessary parameter from the OpenAL constructor 2014-08-02 23:48:26 -04:00
Common Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
Core Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
DiscIO Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
DolphinWX Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
InputCommon UnitTests: make it possible to build tests for code that has global dependencies 2014-08-02 09:34:39 -07:00
VideoBackends Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
VideoCommon Merge pull request #394 from degasus/d3d_lighting_fix 2014-08-03 21:21:23 -07:00
CMakeLists.txt