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
/
psp
/
psp-fs.cpp
Age
Commit message (
Expand
)
Author
2009-09-23
PSP: improved suspend/resume support [patch from bluddy]
Joost Peters
2009-08-17
Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...
Joost Peters
2009-08-15
Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()
Joost Peters
2009-03-25
Allow building of psp backend via configure (Part 1 - Still need to add the f...
Joost Peters
2009-01-24
don't append '/' to path in getChildren()
Joost Peters
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
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-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-17
implement exists(), isReadable() and isWritable() stubs using access()
Joost Peters
2007-10-07
Commit of patch #1804861. It implements a static lastPathComponent() function...
David Corrales
2007-09-19
rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)
Joost Peters