mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 05:00:57 -04:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include "Core/DSP/DSPDisassembler.h"
|
||||
#include "Core/DSP/DSPTables.h"
|
||||
|
||||
namespace DSP
|
||||
{
|
||||
static const char* err_string[] = {"",
|
||||
"Unknown Error",
|
||||
"Unknown opcode",
|
||||
@@ -1031,3 +1033,4 @@ bool DSPAssembler::AssembleFile(const char* fname, int pass)
|
||||
|
||||
return !failed;
|
||||
}
|
||||
} // namespace DSP
|
||||
|
||||
Reference in New Issue
Block a user