aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index e378f118..00c3b47f 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -105,6 +105,7 @@ extern u8* g_heap_gsp; ///< GSP heap (main memory)
extern u8* g_heap; ///< Application heap (main memory)
extern u8* g_vram; ///< Video memory (VRAM)
extern u8* g_shared_mem; ///< Shared memory
+extern u8* g_exefs_code; ///< ExeFS:/.code is loaded here
void Init();
void Shutdown();