diff options
| author | 2015-07-19 02:22:28 -0300 | |
|---|---|---|
| committer | 2015-08-16 01:03:44 -0300 | |
| commit | ccab02c72332d62c78f376be10f21044b5b226aa (patch) | |
| tree | 1047bc05437d6a81a342b0de0b7218aee190fc5a /src/core/memory_setup.h | |
| parent | VMManager: Introduce names for used ResultCodes (diff) | |
| download | yuzu-ccab02c72332d62c78f376be10f21044b5b226aa.tar.gz yuzu-ccab02c72332d62c78f376be10f21044b5b226aa.tar.xz yuzu-ccab02c72332d62c78f376be10f21044b5b226aa.zip | |
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
Diffstat (limited to 'src/core/memory_setup.h')
| -rw-r--r-- | src/core/memory_setup.h | 3 |
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 | ||
| 11 | namespace Memory { | 11 | namespace Memory { |
| 12 | 12 | ||
| 13 | const u32 PAGE_MASK = PAGE_SIZE - 1; | ||
| 14 | const int PAGE_BITS = 12; | ||
| 15 | |||
| 16 | void InitMemoryMap(); | 13 | void InitMemoryMap(); |
| 17 | 14 | ||
| 18 | /** | 15 | /** |