summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2014-12-30 04:35:06 +0100
committerpurpasmart96 <kanzoconfigz@hotmail.com>2014-12-30 04:35:06 +0100
commitd5049cbba53d242b8461859fd02000b294164e77 (patch)
tree9f5888bf28cf41ce61e80d690d0981986da20be0 /src/core/mem_map.h
parentMerge pull request #253 from purpasmart96/mem_map (diff)
downloadyuzu-d5049cbba53d242b8461859fd02000b294164e77.tar
yuzu-d5049cbba53d242b8461859fd02000b294164e77.tar.gz
yuzu-d5049cbba53d242b8461859fd02000b294164e77.tar.bz2
yuzu-d5049cbba53d242b8461859fd02000b294164e77.tar.lz
yuzu-d5049cbba53d242b8461859fd02000b294164e77.tar.xz
yuzu-d5049cbba53d242b8461859fd02000b294164e77.tar.zst
yuzu-d5049cbba53d242b8461859fd02000b294164e77.zip
Diffstat (limited to '')
-rw-r--r--src/core/mem_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index a2ef9d3af..fad40ae0c 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -134,6 +134,7 @@ 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_kernel_mem; ///< Kernel memory
+extern u8* g_dsp_mem; ///< DSP memory
extern u8* g_system_mem; ///< System memory
extern u8* g_exefs_code; ///< ExeFS:/.code is loaded here