mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@ -34,7 +34,7 @@ private:
|
||||
ID_SHOWPCTOOL,
|
||||
};
|
||||
|
||||
DSPDebugInterface debug_interface;
|
||||
DSP::LLE::DSPDebugInterface debug_interface;
|
||||
u64 m_CachedStepCounter;
|
||||
|
||||
// GUI updaters
|
||||
|
Reference in New Issue
Block a user