summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-11-18 14:31:24 +0100
committerLioncash <mathew1800@gmail.com>2014-11-18 14:31:24 +0100
commit64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69 (patch)
tree1f612041d6b58c0653e43bac498430867352d8f3 /src/core/mem_map.h
parentMerge pull request #200 from lioncash/statics (diff)
downloadyuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.gz
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.bz2
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.lz
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.xz
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.zst
yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.zip
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 87de5cd63..a58c59244 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -157,7 +157,7 @@ u8* GetPointer(VAddr virtual_address);
* Maps a block of memory on the heap
* @param size Size of block in bytes
* @param operation Memory map operation type
- * @param flags Memory allocation flags
+ * @param permissions Memory allocation permissions
*/
u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions);