mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
utils::shm: Hotfix after #9578
This commit is contained in:
parent
c50b9bc4b4
commit
923fcc3b3d
@ -374,6 +374,10 @@ namespace utils
|
||||
// Mapped already, nothing to do.
|
||||
this->unmap(mapped);
|
||||
}
|
||||
else
|
||||
{
|
||||
ptr = mapped;
|
||||
}
|
||||
}
|
||||
|
||||
return static_cast<u8*>(ptr);
|
||||
|
Loading…
Reference in New Issue
Block a user