This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-21 09:26:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
saves
History
Marcus Comstedt
138b7bea41
Accept zlib format files as well when reading.
...
svn-id: r25690
2007-02-18 16:55:40 +00:00
..
compressed
Accept zlib format files as well when reading.
2007-02-18 16:55:40 +00:00
default
Replaced the old code for compressed savegames (which was using the gzopen/gzread/etc. API, and thuse tied to FILE/fopen/fread/etc.) with a new wrapper approach, which allows reading/writing gzip data via arbitrary SaveFile implementations, and thus can be used with custom savefile implementations
2007-02-18 02:25:39 +00:00
savefile.cpp
…