dolphin/Source/Core
Ryan Houdek ecf65d6f1f Cleans up the JIT block viewer in the WX UI.
This code was an absolute mess. It had allocated an arbitrarily large string buffer to hold instructions that were disassembled.

Strip out all of the nasty raw C string manipulation and replaces it with ostringstream usage.
Fixes an issue where if you didn't have a JIT recompiler running then Dolphin would instantly crash if you tried comparing PPC to x86 code.
Changed the disassembly of the host side code from being inline to the function to instead being in a class, this will be required when I add support
for ARMv7 and AArch64 to this window.
2014-10-21 12:27:59 -05:00
..
AudioCommon Fix a race condition in our OpenSL ES audio backend. 2014-10-18 08:32:14 -05:00
Common Merge pull request #1320 from FioraAeterna/hash64bitcrc 2014-10-20 14:50:21 +11:00
Core Merge pull request #1292 from FioraAeterna/enablebats 2014-10-21 02:26:49 -04:00
DiscIO VolumeCreator: Make master key arrays static 2014-10-12 15:07:39 -04:00
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Cleans up the JIT block viewer in the WX UI. 2014-10-21 12:27:59 -05:00
InputCommon ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends D3D: Enabled depth clipping 2014-10-21 06:26:20 +02:00
VideoCommon Merge pull request #1308 from kayru/shader_generator_write_opt 2014-10-20 17:15:53 +11:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00