index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
fs
/
wii
Age
Commit message (
Expand
)
Author
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-21
made ISO9660 support optional via USE_WII_DI
Andre Heider
2009-01-19
Added ISO9660/Joliet DVD support
Andre Heider
2009-01-18
Removed slashes as last char from directories
Andre Heider
2009-01-17
use pointers when passing struct stat
Andre Heider
2009-01-16
Reuse given stat flags when possible to avoid fstat() calls
Andre Heider
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-23
changes for the new libfat version. the root node now yields a list of all mo...
Andre Heider
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-08-27
FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...
Max Horn
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko