mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-03 23:30:02 +01:00
* cellFsOpendir, cellFsReaddir, cellFsClosedir functions implemented. * vfsDirBase: m_entryes, GetEntryes renamed to m_entries, GetEntries respectively. * vfsLocalDir: Read() function added to get the entries one by one. * Moved IsExists() from vfsLocalDir to vfsDirBase to avoid "R6025 pure virtual function call" error. * Other minor changes in some functions of sys_fs |
||
|---|---|---|
| .. | ||
| VFS.cpp | ||
| VFS.h | ||
| vfsDevice.cpp | ||
| vfsDevice.h | ||
| vfsDirBase.cpp | ||
| vfsDirBase.h | ||
| vfsFile.cpp | ||
| vfsFile.h | ||
| vfsFileBase.cpp | ||
| vfsFileBase.h | ||
| vfsLocalDir.cpp | ||
| vfsLocalDir.h | ||
| vfsLocalFile.cpp | ||
| vfsLocalFile.h | ||
| vfsStream.cpp | ||
| vfsStream.h | ||
| vfsStreamMemory.cpp | ||
| vfsStreamMemory.h | ||