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-02-02 17:03:13 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Max Horn
5d59ee6091
Add a flag which makes it possible to disable the default savefile man (for backends which want to use our Makefile build system but don't want the default saveman)
...
svn-id: r26152
2007-03-16 23:07:08 +00:00
..
fs
Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\ and / in the same filename).
2007-03-12 20:13:07 +00:00
midi
reduced dependency from windows-specific header files
2007-03-09 00:13:07 +00:00
platform
Code cleanup in the actions handling.
2007-03-14 19:32:21 +00:00
plugins
First phase of detection-related plugins interface improvements. Now plugins
2007-01-20 21:27:57 +00:00
saves
Add a flag which makes it possible to disable the default savefile man (for backends which want to use our Makefile build system but don't want the default saveman)
2007-03-16 23:07:08 +00:00
timer
/default
Modified version of Torbjoern's patch from bug
#1640420
(fixes an overflow in the default timer manager)
2007-01-24 22:56:57 +00:00
intern.h
Patch
#1432376
: "Very basic GP2X Backend"
2006-10-06 19:01:39 +00:00
module.mk
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