mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-30 23:33:17 +00:00
Workaround for readonly memory mapping of files issue
This commit is contained in:
parent
32cb3649d3
commit
6596fe091c
4 changed files with 26 additions and 12 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
/// Unmaps specified virtual memory area.
|
||||
void Unmap(VAddr virtual_addr, size_t size, VAddr start_in_vma, VAddr end_in_vma,
|
||||
PAddr phys_base, bool is_exec, bool has_backing);
|
||||
PAddr phys_base, bool is_exec, bool has_backing, bool readonly);
|
||||
|
||||
void Protect(VAddr virtual_addr, size_t size, MemoryPermission perms);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue