mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 20:18:44 -06:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
#include "Core/DSP/DSPMemoryMap.h"
|
||||
#include "Core/DSP/DSPTables.h"
|
||||
|
||||
namespace DSPAnalyzer
|
||||
namespace DSP
|
||||
{
|
||||
namespace Analyzer
|
||||
{
|
||||
namespace
|
||||
{
|
||||
@ -165,4 +167,5 @@ u8 GetCodeFlags(u16 address)
|
||||
return code_flags[address];
|
||||
}
|
||||
|
||||
} // namespace DSPAnalyzer
|
||||
} // namespace Analyzer
|
||||
} // namespace DSP
|
||||
|
Reference in New Issue
Block a user