summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-10-21 01:53:01 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2014-10-21 12:27:59 -0500
commitecf65d6f1fc5f20f5a8f1ba6eecab54f7913c2a7 (patch)
treee87ad10886e3d37c70b5cfdce952fbdf77877375 /Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp
parentc048691a5746b4cc0a6260d8fa3d1eb12c6f1903 (diff)
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.
Diffstat (limited to 'Source/Core/VideoBackends/OGL/ProgramShaderCache.cpp')
0 files changed, 0 insertions, 0 deletions