mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-16 02:05:20 +01:00
Update serialization.hpp
This commit is contained in:
parent
ccaeb87b01
commit
cfbe7669b4
|
|
@ -140,7 +140,7 @@ public:
|
||||||
{
|
{
|
||||||
data.insert(data.begin() + pos - data_offset, ptr, ptr + size);
|
data.insert(data.begin() + pos - data_offset, ptr, ptr + size);
|
||||||
pos += size;
|
pos += size;
|
||||||
return true;-
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Seems to be much faster than data.begin() + pos on MSVC
|
// Seems to be much faster than data.begin() + pos on MSVC
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue