diff options
Diffstat (limited to 'src/common/src/mem_arena.h')
-rw-r--r-- | src/common/src/mem_arena.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/src/mem_arena.h b/src/common/src/mem_arena.h index 4c3ded0df..3c14756db 100644 --- a/src/common/src/mem_arena.h +++ b/src/common/src/mem_arena.h @@ -37,8 +37,7 @@ private: enum { MV_MIRROR_PREVIOUS = 1, - MV_FAKE_VMEM = 2, - MV_WII_ONLY = 4, + MV_IS_PRIMARY_RAM = 0x100, }; struct MemoryView |