scummvm/backends
2007-03-08 20:42:40 +00:00
..
fs common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit 2007-03-08 17:36:52 +00:00
midi Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls 2007-03-08 20:42:40 +00:00
platform Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines means we can take advantage of namespaces) 2007-03-08 16:53:30 +00:00
plugins First phase of detection-related plugins interface improvements. Now plugins 2007-01-20 21:27:57 +00:00
saves Don't set ioFailed on EOS 2007-02-19 08:48:54 +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