diff options
author | bunnei <bunneidev@gmail.com> | 2014-07-05 16:12:27 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-07-05 16:24:54 +0200 |
commit | 882dc0792904ec47d57a356a3c9e8fc1a240cc73 (patch) | |
tree | 3d648439dd6bc8f47cf42b07af234b089d32bdad /src/core/mem_map.h | |
parent | GSP: Fixed to use real shared memory object, various cleanups. (diff) | |
download | yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.gz yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.bz2 yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.lz yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.xz yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.tar.zst yuzu-882dc0792904ec47d57a356a3c9e8fc1a240cc73.zip |
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r-- | src/core/mem_map.h | 8 |
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); u8* GetPointer(const u32 Address); /** - * Maps a block of memory in shared memory - * @param handle Handle to map memory block for - * @param addr Address to map memory block to - * @param permissions Memory map permissions - */ -u32 MapBlock_Shared(u32 handle, u32 addr,u32 permissions) ; - -/** * Maps a block of memory on the heap * @param size Size of block in bytes * @param operation Memory map operation type |