added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)

This commit is contained in:
bunnei 2014-04-29 23:16:12 -04:00
parent c37390f8e2
commit 235dddb3f1
3 changed files with 17 additions and 1 deletions

View file

@ -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();