summaryrefslogtreecommitdiffstats
path: root/src/core/memory/dmnt_cheat_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory/dmnt_cheat_types.h')
-rw-r--r--src/core/memory/dmnt_cheat_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/memory/dmnt_cheat_types.h b/src/core/memory/dmnt_cheat_types.h
index bf68fa0fe..5e60733dc 100644
--- a/src/core/memory/dmnt_cheat_types.h
+++ b/src/core/memory/dmnt_cheat_types.h
@@ -26,7 +26,7 @@
#include "common/common_types.h"
-namespace Memory {
+namespace Core::Memory {
struct MemoryRegionExtents {
u64 base{};
@@ -55,4 +55,4 @@ struct CheatEntry {
CheatDefinition definition{};
};
-} // namespace Memory
+} // namespace Core::Memory