diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-30 05:16:12 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-01 00:31:35 +0200 |
commit | 235dddb3f134208e30683c951158616427568af7 (patch) | |
tree | 04ad6514440466d92d3bb6805c5a0e291b5a434f /src/core/mem_map.h | |
parent | reorganized memory regions enum, added regions for ExeFS code (diff) | |
download | yuzu-235dddb3f134208e30683c951158616427568af7.tar yuzu-235dddb3f134208e30683c951158616427568af7.tar.gz yuzu-235dddb3f134208e30683c951158616427568af7.tar.bz2 yuzu-235dddb3f134208e30683c951158616427568af7.tar.lz yuzu-235dddb3f134208e30683c951158616427568af7.tar.xz yuzu-235dddb3f134208e30683c951158616427568af7.tar.zst yuzu-235dddb3f134208e30683c951158616427568af7.zip |
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r-- | src/core/mem_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h index e378f118c..00c3b47fc 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(); |