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
1 changed files with 1 additions and 1 deletions

View File

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