scummvm/backends/saves
Alexander Tkachev 368f664c81 COMMON: Fix WriteStream::pos() once again
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.
2016-08-24 16:24:16 +06:00
..
default JANITORIAL: Remove spaces at the end of the line 2016-08-24 16:07:55 +06:00
posix POSIX: Use XDG specification for default save path. 2016-02-02 09:16:40 +01:00
psp PSP: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
recorder BACKENDS: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
windows WIN32: Make GPL headers consistent in themselves. 2014-02-18 02:39:40 +01:00
savefile.cpp COMMON: Fix WriteStream::pos() once again 2016-08-24 16:24:16 +06:00