DSP: Make DSP_CONTROL_MASK a concrete constant

This commit is contained in:
Lioncash
2016-07-30 18:47:33 -04:00
parent be9416c462
commit 9e6bb68a64

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