scummvm/backends/fs/n64
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
..
n64-fs-factory.cpp
n64-fs-factory.h
n64-fs.cpp remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass 2009-12-30 22:56:19 +00:00
romfsstream.cpp N64: correct wrong check in romfs stream code 2010-11-09 11:00:56 +00:00
romfsstream.h remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass 2009-12-30 22:56:19 +00:00