dolphin/Source/Core
Lioncash 7a2d98b948 JitAsm: Remove use of the JIT global in Generate()
With this, JitAsm code doesn't have any reliance on the JIT global
variable. This means the core JIT64 code no longer relies on said
global at all. The Jit64 common code, however, still has some offenders.

Notably, EmuCodeBlock and Jit64AsmCommon are the remaining places in the
common code that make use of the global variable.
2018-03-21 04:41:37 -04:00
..
AudioCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Common x64Emitter: Make FloatOp and NormalOp enum classes 2018-03-18 18:04:54 -04:00
Core JitAsm: Remove use of the JIT global in Generate() 2018-03-21 04:41:37 -04:00
DiscIO Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Qt: Remove in-development warning 2018-03-19 21:59:50 +01:00
DolphinWX Make strings more consistent between DolphinWX and DolphinQt2 2018-03-19 18:52:46 +01:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
VideoBackends Merge pull request #6444 from stenzek/d3d-bbox 2018-03-19 09:21:22 +01:00
VideoCommon Merge pull request #6460 from lioncash/datareader 2018-03-19 15:02:50 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00