mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
More memory mapping functions for libgcm
This commit is contained in:
parent
509d46a544
commit
48726e8fed
3 changed files with 90 additions and 68 deletions
|
@ -259,6 +259,9 @@ public:
|
|||
|
||||
// return the real address given a mapped address, if not mapped return 0
|
||||
u64 getRealAddr(u64 addr);
|
||||
|
||||
// return the mapped address given a real address, if not mapped return 0
|
||||
u64 getMappedAddress(u64 realAddress);
|
||||
};
|
||||
|
||||
#include "DynamicMemoryBlockBase.inl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue