mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Update serialization.hpp
This commit is contained in:
parent
fc98f35ea7
commit
ccaeb87b01
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public:
|
||||||
{
|
{
|
||||||
ensure(pos <= data_offset + data.size());
|
ensure(pos <= data_offset + data.size());
|
||||||
|
|
||||||
const auto ptr = reinterpret_cast<conxst u8*>(memory_provider());
|
const auto ptr = reinterpret_cast<const u8*>(memory_provider());
|
||||||
|
|
||||||
if (pos != data_offset + data.size())
|
if (pos != data_offset + data.size())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue