mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 12:39:00 -06:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
#include "Core/DSP/DSPCodeUtil.h"
|
||||
#include "Core/DSP/DSPDisassembler.h"
|
||||
|
||||
namespace DSP
|
||||
{
|
||||
bool Assemble(const std::string& text, std::vector<u16>& code, bool force)
|
||||
{
|
||||
AssemblerSettings settings;
|
||||
@ -216,3 +218,4 @@ bool SaveBinary(const std::vector<u16>& code, const std::string& filename)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
} // namespace DSP
|
||||
|
Reference in New Issue
Block a user