Memory: Removed deprecated MapBlock_Shared function.
This commit is contained in:
parent
7b7a435094
commit
882dc07929
2 changed files with 0 additions and 30 deletions
|
@ -149,14 +149,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue