rpcsx/rpcs3/Emu/FS
Sacha e8525a6f14 More rFile cleanups and fixes.
Was using fileExists/dirExists before when really should have just been exists. File or Dir doesn't matter and would only create false negatives.
Current working directory shouldn't really be used at all. This is just the folder the application is run from (not even where the .exe resides).
Some of the infos required by vfsLocalDir such as executable may not be portable. Not sure of their intended function as they are never used.
2014-08-01 04:20:00 +10:00
..
VFS.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
VFS.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
vfsDevice.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
vfsDevice.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsDeviceLocalFile.cpp Fixed cellFsOpen & cellFsOpendir 2014-02-16 17:37:32 +02:00
vfsDeviceLocalFile.h Fixed cellFsOpen & cellFsOpendir 2014-02-16 17:37:32 +02:00
vfsDir.cpp Fix issue from #567 that stopped videos from working. Clean up some code. 2014-07-15 03:21:24 +10:00
vfsDir.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsDirBase.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
vfsDirBase.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
vfsFile.cpp Fix conflicts. 2014-07-12 17:02:39 +10:00
vfsFile.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsFileBase.cpp replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsFileBase.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsLocalDir.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
vfsLocalDir.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
vfsLocalFile.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
vfsLocalFile.h FileExists() fixed 2014-07-01 16:21:55 +04:00
vfsStream.cpp Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStream.h Improved mem_t. 2013-09-25 00:11:29 +03:00
vfsStreamMemory.cpp Some fixes 2014-07-11 13:18:23 +04:00
vfsStreamMemory.h - Implemented be_t, mem_struct_ptr_t, vfsFile. 2013-10-06 15:07:42 +03:00