scummvm/backends/fs
Fabio Battaglia 77a636aaec N64: correct wrong check in romfs stream code
my implementation of romfs_seek is based on lseek, not on fseek,
so it returns the offset on successful completion, not 0, corrected
the check in RomfsStream::seek().

svn-id: r54151
2010-11-09 11:00:56 +00:00
..
amigaos4 Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
ds DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set. 2010-09-04 22:19:20 +00:00
n64 N64: correct wrong check in romfs stream code 2010-11-09 11:00:56 +00:00
posix Applied part of patch #2684986 2009-03-14 17:07:07 +00:00
ps2 PS2: Enable another use of forbidden symbols 2010-10-31 17:01:47 +00:00
psp JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
symbian Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
wii WII: Fix compilation of the GameCube port. 2010-08-14 11:01:00 +00:00
windows WINDOWS: Enable use of forbidden symbols 2010-10-31 00:14:59 +00:00
abstract-fs.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
abstract-fs.h fix typo 2009-01-24 20:35:16 +00:00
fs-factory.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
stdiostream.cpp ALL: Add code to help stop people from accidentally using "bad" APIs 2010-10-30 21:27:42 +00:00
stdiostream.h PSP: improved suspend/resume support [patch from bluddy] 2009-09-23 16:11:23 +00:00