DSP: Namespace remaining un-namespaced DSP code

This commit is contained in:
Lioncash
2016-12-30 13:25:40 -05:00
parent a2e191649d
commit 3eb25cea6f
70 changed files with 672 additions and 414 deletions

View File

@ -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