mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 02:31:00 -05:00
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user