dolphin/Source/Core
Lioncash 66034de20b Jit64: Get rid of trivial global jit variable usages
Jit64 inherits from Jitx86Base which inherits from JitBase. JitBase
contains jo and js, which are instances of the JitOptions and JitState
structs. Because of the inheritance, there's no actual need to access the
jit global in order to get to these instances. They're already accessible
via the class hierarchy.
2016-12-20 12:55:58 -05:00
..
AudioCommon AudioCommon: Remove unnecessary headers 2016-12-11 06:11:37 -05:00
Common Import/Export signature files as CSV 2016-12-18 00:27:10 +00:00
Core Jit64: Get rid of trivial global jit variable usages 2016-12-20 12:55:58 -05:00
DiscIO Common: Add alignment header 2016-12-06 20:33:53 +01:00
DolphinQt2 DolphinQt2: InfoWidget: explicit type for std::min 2016-12-02 21:26:18 -08:00
DolphinWX Merge pull request #4527 from leoetlino/fix-dvd-backup 2016-12-19 16:22:29 -05:00
InputCommon Merge pull request #4362 from ligfx/osxhotplug 2016-12-01 00:29:56 -06:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4528 from stenzek/vulkan-descriptor-crash 2016-12-20 11:11:54 +01:00
VideoCommon Merge pull request #4517 from stenzek/mp3-blotches 2016-12-19 22:11:38 +10:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00