summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.cpp
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-13 03:55:36 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-13 03:55:36 +0200
commit68e198476f17a026fed88f3c9a271aa768694354 (patch)
treec8b368e45afd8fd70c69ce7be7e28879eda8d8aa /src/core/mem_map.cpp
parenthacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...) (diff)
downloadyuzu-68e198476f17a026fed88f3c9a271aa768694354.tar
yuzu-68e198476f17a026fed88f3c9a271aa768694354.tar.gz
yuzu-68e198476f17a026fed88f3c9a271aa768694354.tar.bz2
yuzu-68e198476f17a026fed88f3c9a271aa768694354.tar.lz
yuzu-68e198476f17a026fed88f3c9a271aa768694354.tar.xz
yuzu-68e198476f17a026fed88f3c9a271aa768694354.tar.zst
yuzu-68e198476f17a026fed88f3c9a271aa768694354.zip
Diffstat (limited to 'src/core/mem_map.cpp')
-rw-r--r--src/core/mem_map.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/mem_map.cpp b/src/core/mem_map.cpp
index a5865d785..5b5c57fca 100644
--- a/src/core/mem_map.cpp
+++ b/src/core/mem_map.cpp
@@ -1,4 +1,4 @@
-// Copyright 2014 Citra Emulator Project
+ // Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
@@ -12,7 +12,6 @@
namespace Memory {
-
u8* g_base = NULL; ///< The base pointer to the auto-mirrored arena.
MemArena g_arena; ///< The MemArena class