diff options
| author | 2014-11-18 08:31:24 -0500 | |
|---|---|---|
| committer | 2014-11-18 08:31:24 -0500 | |
| commit | 64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69 (patch) | |
| tree | 1f612041d6b58c0653e43bac498430867352d8f3 /src/core/mem_map.h | |
| parent | Merge pull request #200 from lioncash/statics (diff) | |
| download | yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.gz yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.tar.xz yuzu-64cc6cb6cf1ee681cbbf7bd49d7fc2a685cdfb69.zip | |
Fix documentation of parameters
Diffstat (limited to 'src/core/mem_map.h')
| -rw-r--r-- | src/core/mem_map.h | 2 |
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); | |||
| 157 | * Maps a block of memory on the heap | 157 | * Maps a block of memory on the heap |
| 158 | * @param size Size of block in bytes | 158 | * @param size Size of block in bytes |
| 159 | * @param operation Memory map operation type | 159 | * @param operation Memory map operation type |
| 160 | * @param flags Memory allocation flags | 160 | * @param permissions Memory allocation permissions |
| 161 | */ | 161 | */ |
| 162 | u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions); | 162 | u32 MapBlock_Heap(u32 size, u32 operation, u32 permissions); |
| 163 | 163 | ||