DSP: Make DSP_CONTROL_MASK a concrete constant
This commit is contained in:
parent
be9416c462
commit
9e6bb68a64
|
@ -30,7 +30,7 @@ enum
|
|||
};
|
||||
|
||||
// UDSPControl
|
||||
#define DSP_CONTROL_MASK 0x0C07
|
||||
constexpr u16 DSP_CONTROL_MASK = 0x0C07;
|
||||
union UDSPControl {
|
||||
u16 Hex;
|
||||
struct
|
||||
|
|
Loading…
Reference in New Issue