Merge pull request #4071 from lioncash/constant

DSP: Make DSP_CONTROL_MASK a concrete constant
This commit is contained in:
Pierre Bourdon 2016-07-31 16:43:41 +02:00 committed by GitHub
commit bfa42a3f15
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ enum
}; };
// UDSPControl // UDSPControl
#define DSP_CONTROL_MASK 0x0C07 constexpr u16 DSP_CONTROL_MASK = 0x0C07;
union UDSPControl { union UDSPControl {
u16 Hex; u16 Hex;
struct struct