mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #4665 from lioncash/dsp-state
HW/DSP: Hide the DSP state global
This commit is contained in:
+179
-178
File diff suppressed because it is too large
Load Diff
@@ -59,8 +59,6 @@ union UDSPControl
|
||||
UDSPControl(u16 _Hex = 0) : Hex(_Hex) {}
|
||||
};
|
||||
|
||||
extern UDSPControl g_dspState;
|
||||
|
||||
void Init(bool hle);
|
||||
void Shutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user