summaryrefslogtreecommitdiff
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-07-05 10:12:27 -0400
committerGravatar bunnei2014-07-05 10:24:54 -0400
commit882dc0792904ec47d57a356a3c9e8fc1a240cc73 (patch)
tree3d648439dd6bc8f47cf42b07af234b089d32bdad /src/core/mem_map.h
parentGSP: Fixed to use real shared memory object, various cleanups. (diff)
downloadyuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.gz
yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.xz
yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.zip
Memory: Removed deprecated MapBlock_Shared function.
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r--src/core/mem_map.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 70a8dedcf..12941f558 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -150,14 +150,6 @@ void WriteBlock(const u32 addr, const u8* data, const int size);
150u8* GetPointer(const u32 Address); 150u8* GetPointer(const u32 Address);
151 151
152/** 152/**
153 * Maps a block of memory in shared memory
154 * @param handle Handle to map memory block for
155 * @param addr Address to map memory block to
156 * @param permissions Memory map permissions
157 */
158u32 MapBlock_Shared(u32 handle, u32 addr,u32 permissions) ;
159
160/**
161 * Maps a block of memory on the heap 153 * Maps a block of memory on the heap
162 * @param size Size of block in bytes 154 * @param size Size of block in bytes
163 * @param operation Memory map operation type 155 * @param operation Memory map operation type