1
0
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:
Eladash 2021-01-12 20:54:36 +02:00 committed by Ivan
parent c50b9bc4b4
commit 923fcc3b3d

View File

@ -374,6 +374,10 @@ namespace utils
// Mapped already, nothing to do.
this->unmap(mapped);
}
else
{
ptr = mapped;
}
}
return static_cast<u8*>(ptr);