mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 20:06:17 +00:00
The way to Unity, pt.3 (#1681)
This commit is contained in:
parent
1793fd4df0
commit
fea2593ab4
17 changed files with 256 additions and 50 deletions
|
@ -192,7 +192,7 @@ public:
|
|||
|
||||
void PoolDecommit(VAddr virtual_addr, size_t size);
|
||||
|
||||
void UnmapMemory(VAddr virtual_addr, size_t size);
|
||||
s32 UnmapMemory(VAddr virtual_addr, size_t size);
|
||||
|
||||
int QueryProtection(VAddr addr, void** start, void** end, u32* prot);
|
||||
|
||||
|
@ -250,7 +250,7 @@ private:
|
|||
|
||||
DMemHandle Split(DMemHandle dmem_handle, size_t offset_in_area);
|
||||
|
||||
void UnmapMemoryImpl(VAddr virtual_addr, size_t size);
|
||||
s32 UnmapMemoryImpl(VAddr virtual_addr, size_t size);
|
||||
|
||||
private:
|
||||
AddressSpace impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue