HW/DSP: Hide the DSP state global
This commit is contained in:
parent
1a01aee66e
commit
8cc4815fe2
|
@ -116,7 +116,7 @@ struct ARAMInfo
|
||||||
static ARAMInfo g_ARAM;
|
static ARAMInfo g_ARAM;
|
||||||
static AudioDMA g_audioDMA;
|
static AudioDMA g_audioDMA;
|
||||||
static ARAM_DMA g_arDMA;
|
static ARAM_DMA g_arDMA;
|
||||||
UDSPControl g_dspState;
|
static UDSPControl g_dspState;
|
||||||
|
|
||||||
union ARAM_Info
|
union ARAM_Info
|
||||||
{
|
{
|
||||||
|
|
|
@ -59,8 +59,6 @@ union UDSPControl
|
||||||
UDSPControl(u16 _Hex = 0) : Hex(_Hex) {}
|
UDSPControl(u16 _Hex = 0) : Hex(_Hex) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
extern UDSPControl g_dspState;
|
|
||||||
|
|
||||||
void Init(bool hle);
|
void Init(bool hle);
|
||||||
void Shutdown();
|
void Shutdown();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue