mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 12:08:12 +00:00
Update serialization.hpp
This commit is contained in:
parent
fc98f35ea7
commit
ccaeb87b01
@ -134,7 +134,7 @@ public:
|
||||
{
|
||||
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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user