mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-16 20:00:56 -04:00
DSP: Namespace remaining un-namespaced DSP code
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "Core/DSP/LabelMap.h"
|
||||
#include "Core/DSP/DSPTables.h"
|
||||
|
||||
namespace DSP
|
||||
{
|
||||
LabelMap::LabelMap()
|
||||
{
|
||||
}
|
||||
@@ -71,3 +73,4 @@ void LabelMap::Clear()
|
||||
{
|
||||
labels.clear();
|
||||
}
|
||||
} // namespace DSP
|
||||
|
||||
Reference in New Issue
Block a user