mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
HW/DSP: Hide the DSP state global
This commit is contained in:
@ -116,7 +116,7 @@ struct ARAMInfo
|
||||
static ARAMInfo g_ARAM;
|
||||
static AudioDMA g_audioDMA;
|
||||
static ARAM_DMA g_arDMA;
|
||||
UDSPControl g_dspState;
|
||||
static UDSPControl g_dspState;
|
||||
|
||||
union ARAM_Info
|
||||
{
|
||||
|
Reference in New Issue
Block a user