added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
This commit is contained in:
parent
c37390f8e2
commit
235dddb3f1
3 changed files with 17 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue