mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Undid MacOS commit for new PR
This commit is contained in:
parent
983c0ebefb
commit
fc376c5e1f
@ -92,7 +92,7 @@ struct VirtualMemoryArea {
|
|||||||
VMAType type = VMAType::Free;
|
VMAType type = VMAType::Free;
|
||||||
MemoryProt prot = MemoryProt::NoAccess;
|
MemoryProt prot = MemoryProt::NoAccess;
|
||||||
bool disallow_merge = false;
|
bool disallow_merge = false;
|
||||||
std::string name = "";
|
std::string_view name = "";
|
||||||
uintptr_t fd = 0;
|
uintptr_t fd = 0;
|
||||||
bool is_exec = false;
|
bool is_exec = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user