mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #4071 from lioncash/constant
DSP: Make DSP_CONTROL_MASK a concrete constant
This commit is contained in:
commit
bfa42a3f15
@ -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
Block a user