summaryrefslogtreecommitdiff
path: root/src/core/memory_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory_setup.h')
-rw-r--r--src/core/memory_setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/memory_setup.h b/src/core/memory_setup.h
index 361bfc816..84ff30120 100644
--- a/src/core/memory_setup.h
+++ b/src/core/memory_setup.h
@@ -10,9 +10,6 @@
10 10
11namespace Memory { 11namespace Memory {
12 12
13const u32 PAGE_MASK = PAGE_SIZE - 1;
14const int PAGE_BITS = 12;
15
16void InitMemoryMap(); 13void InitMemoryMap();
17 14
18/** 15/**