mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
![Alexander Tkachev](/assets/img/avatar_default.png)
MemoryReadWriteStream now returns int32, not uint32. It actually doesn't ever return -1 to indicate that an error occured, so uint32 was a better choice, but that's what is used in WriteStream base class now. That method is abstract, so that's also why OutSaveFile had to override it.