mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 14:50:05 +01:00
orbis: sys_batch_map op 3
This commit is contained in:
parent
89c86a1411
commit
5bc053f852
|
|
@ -516,8 +516,7 @@ orbis::SysResult orbis::sys_batch_map(Thread *thread, sint unk,
|
|||
result = sys_mmap(
|
||||
thread, _entry.start, _entry.length,
|
||||
rx::EnumBitSet<vmem::Protection>::fromUnderlying(_entry.protection),
|
||||
vmem::MapFlags::Void | vmem::MapFlags::Anon | flags,
|
||||
FileDescriptor::Invalid, 0);
|
||||
vmem::MapFlags::Anon | flags, FileDescriptor::Invalid, 0);
|
||||
break;
|
||||
case 4:
|
||||
result = sys_mtypeprotect(
|
||||
|
|
|
|||
Loading…
Reference in a new issue