dolphin/Source
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
..
Android Profiler: Migrate global g_ProfileBlocks boolean to JitOptions 2018-08-27 11:30:19 -04:00
Core Profiler: Migrate global g_ProfileBlocks boolean to JitOptions 2018-08-27 11:30:19 -04:00
DSPSpy DSPSpy: Add a test for accelerator loop 2017-09-22 20:17:38 +02:00
DSPTool DSPTool: Use std::string == instead of strcmp 2018-07-05 09:40:43 +02:00
PCH bump msvc version check 2018-07-11 14:53:38 -07:00
UnitTests Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms 2018-06-21 06:53:31 -04:00
VSProps Merge pull request #6819 from spycrab/delete_wx 2018-06-30 00:12:24 +02:00
.clang-format Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt CMakeLists: Remove add_dolphin_library macro 2018-04-02 08:31:56 -04:00
dolphin-emu.sln Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00