mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
parent
a2e191649d
commit
3eb25cea6f
70 changed files with 672 additions and 414 deletions
|
@ -34,7 +34,7 @@ private:
|
|||
ID_SHOWPCTOOL,
|
||||
};
|
||||
|
||||
DSPDebugInterface debug_interface;
|
||||
DSP::LLE::DSPDebugInterface debug_interface;
|
||||
u64 m_CachedStepCounter;
|
||||
|
||||
// GUI updaters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue