mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 11:56:18 +00:00
Undid MacOS commit for new PR
This commit is contained in:
parent
983c0ebefb
commit
fc376c5e1f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct VirtualMemoryArea {
|
|||
VMAType type = VMAType::Free;
|
||||
MemoryProt prot = MemoryProt::NoAccess;
|
||||
bool disallow_merge = false;
|
||||
std::string name = "";
|
||||
std::string_view name = "";
|
||||
uintptr_t fd = 0;
|
||||
bool is_exec = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue