dolphin/Source/Core/Core/PowerPC
Fiora 8bf2cf0641 Debug: fix disable block linking option
Previously it did the opposite of what it was supposed to; when checked, it'd
turn block linking on, and when unchecked, it'd turn it off.

Also update JITIL's block linking disabling in debug mode to match the behavior
of the regular JIT.
2014-10-08 19:03:25 -07:00
..
Interpreter JIT: properly remove FIFO write addresses when code is invalidated 2014-09-30 01:00:23 -07:00
Jit64 Debug: fix disable block linking option 2014-10-08 19:03:25 -07:00
Jit64IL Debug: fix disable block linking option 2014-10-08 19:03:25 -07:00
JitArm32 Fix ARMv7 JIT from XER optimization. 2014-10-07 21:43:15 -05:00
JitArm64 Change another NULL to nullptr. 2014-10-01 23:38:42 -05:00
JitCommon Merge pull request #1218 from hthh/trampolinecaching 2014-10-07 13:26:23 +11:00
JitILCommon Fix Fastmem in JitIL for massive speed gains. 2014-09-14 16:21:54 +12:00
CPUCoreBase.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
GDBStub.cpp Split some parts of UpdateBoundingBox into multiple lines. Also, 2014-09-06 09:49:27 -05:00
GDBStub.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
Gekko.h Merge pull request #1127 from Sonicadvance1/QGR-BitField 2014-09-26 14:53:24 +10:00
JitInterface.cpp JIT: properly remove FIFO write addresses when code is invalidated 2014-09-30 01:00:23 -07:00
JitInterface.h JIT: properly remove FIFO write addresses when code is invalidated 2014-09-30 01:00:23 -07:00
PowerPC.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PowerPC.h Reorganize carry to store flags separately instead of part of XER 2014-09-24 12:27:47 -07:00
PPCAnalyst.cpp JIT: load registers if they're going to be used later in the block 2014-10-03 11:58:04 -07:00
PPCAnalyst.h JIT: load registers if they're going to be used later in the block 2014-10-03 11:58:04 -07:00
PPCCache.cpp JIT: properly remove FIFO write addresses when code is invalidated 2014-09-30 01:00:23 -07:00
PPCCache.h PPCCache: Get rid of FAST_ICACHE define. 2014-05-25 18:06:52 -07:00
PPCSymbolDB.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PPCSymbolDB.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
PPCTables.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
PPCTables.h Added OPTYPE_LOADPS and OPTYPE_STOREPS instruction types to the PPC table. 2014-09-27 20:16:26 +10:00
Profiler.cpp remove unused globals 2014-07-11 16:10:20 +02:00
Profiler.h JIT: re-add profiling support on x86_64 2014-10-06 20:26:58 -07:00
SignatureDB.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
SignatureDB.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00