dolphin/Source/Core/Core/PowerPC/JitCommon
Lioncash 7aa305ea35 Profiler: Migrate global g_ProfileBlocks boolean to JitOptions
This global belongs in the JitOptions structure, as it's a conditional
setting (A.K.A. option) that changes the behavior of what the JIT does.

Plus it keeps the scope of the variable constrained to the general area
it's intended to be used and nothing further.
2018-08-27 11:30:19 -04:00
..
JitAsmCommon.cpp JitAsmCommon: Add missing sizes to constant arrays 2017-03-20 20:21:41 +00:00
JitAsmCommon.h JitAsmCommon: Make CommonAsmRoutinesBase a struct 2018-05-30 05:22:41 -04:00
JitBase.cpp PowerPC: Deduplicate Helper_Mask() code 2018-08-12 17:24:16 -04:00
JitBase.h Profiler: Migrate global g_ProfileBlocks boolean to JitOptions 2018-08-27 11:30:19 -04:00
JitCache.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
JitCache.h JitCommon/JitCache: Make JitBlock's checkedEntry and normalEntry members non-const pointers 2018-08-27 10:23:22 -04:00