HW/DSP: Hide the DSP state global

This commit is contained in:
Lioncash
2017-01-16 13:35:28 -05:00
parent 1a01aee66e
commit 8cc4815fe2
2 changed files with 1 additions and 3 deletions

View File

@ -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
{