ppsspp/Core/Debugger
Henrik Rydgard a5be0976bd Remove preprocessor hacks to choose JIT implementation.
Opens up for having multiple JIT implementations available at runtime,
which could be use for experimenting with new JIT compiler types or for
unit testing one JIT on another architecture.

Very few of the newly virtual calls are on any sort of critical path so
hopefully there will not be a performance loss.
2016-05-01 11:39:53 +02:00
..
Breakpoints.cpp Remove preprocessor hacks to choose JIT implementation. 2016-05-01 11:39:53 +02:00
Breakpoints.h x86jit: Disable replacements w/ breakpoints inside. 2015-01-18 21:26:37 -08:00
DebugInterface.h Native merge part 1: skip native/ in includes. 2015-09-06 12:19:33 -07:00
DisassemblyManager.cpp Move the symbol map to the heap, deallocate it when no game is running. 2015-10-31 23:01:19 +01:00
DisassemblyManager.h Core: Remove unimplemented class function declarations 2015-10-18 10:55:11 -04:00
SymbolMap.cpp Replace some calls to fopen with File::OpenCFile (utf8). 2016-01-17 15:59:20 +01:00
SymbolMap.h Update armips to latest version. 2015-12-26 20:30:35 -08:00