mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
utils::shm: Hotfix after #9578
This commit is contained in:
parent
c50b9bc4b4
commit
923fcc3b3d
1 changed files with 4 additions and 0 deletions
|
@ -374,6 +374,10 @@ namespace utils
|
||||||
// Mapped already, nothing to do.
|
// Mapped already, nothing to do.
|
||||||
this->unmap(mapped);
|
this->unmap(mapped);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ptr = mapped;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return static_cast<u8*>(ptr);
|
return static_cast<u8*>(ptr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue