Merge pull request #4665 from lioncash/dsp-state

HW/DSP: Hide the DSP state global
This commit is contained in:
Markus Wick
2017-01-16 21:46:21 +01:00
committed by GitHub
2 changed files with 179 additions and 180 deletions
File diff suppressed because it is too large Load Diff
-2
View File
@@ -59,8 +59,6 @@ union UDSPControl
UDSPControl(u16 _Hex = 0) : Hex(_Hex) {}
};
extern UDSPControl g_dspState;
void Init(bool hle);
void Shutdown();