From 235dddb3f134208e30683c951158616427568af7 Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 29 Apr 2014 23:16:12 -0400 Subject: added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded) --- src/core/mem_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/mem_map.h') 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(); -- cgit v1.2.3