dolphin/Source/Core
Lioncash 35cc4a4202 DSPInterpreter: Get rid of a #define constant
This constant isn't particularly helpful, mainly because it's not
applicable to all DSP instructions. Some instructions don't have encoding
space for registers, and not all instructions that do encode registers
have one at the first five bits.

This change also has the benefit of removing all includes to the
interpreter within the JIT code, which keeps them fully separate from one
another. Changes to the interpreter header won't require some of the JIT
code to be rebuilt.
2017-01-12 20:36:52 -05:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
Core DSPInterpreter: Get rid of a #define constant 2017-01-12 20:36:52 -05:00
DiscIO Merge pull request #4479 from GerbilSoft/feature/RVT-R.dev-key 2017-01-13 09:56:50 +13:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Merge pull request #4499 from ligfx/msgalertmainthread 2017-01-13 09:52:09 +13:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends VideoSW: Fix GL ES shader. 2017-01-07 12:32:15 +01:00
VideoCommon TextureDecoder: Seperate each format into its own function 2017-01-10 20:41:00 +10:00
CMakeLists.txt