rpcsx/rpcs3/Loader
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
..
ELF.cpp Merge fix 2013-11-30 03:50:43 +04:00
ELF.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
ELF32.cpp Forgotten memory check + PSV stuff fixed 2014-07-13 16:26:38 +04:00
ELF32.h use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
ELF64.cpp Removed old / unnecessary code 2014-07-06 16:44:56 +02:00
ELF64.h use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
Loader.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Loader.h Removed old / unnecessary code 2014-07-06 16:44:56 +02:00
PKG.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
PKG.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PSF.cpp use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
PSF.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
SELF.cpp Logging system rework 2014-06-26 17:34:28 +02:00
SELF.h use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
TROPUSR.cpp be_t<> constructor elimination 2014-07-18 20:55:26 +04:00
TROPUSR.h Linux build fix. 2014-03-26 10:23:06 +10:00
TRP.cpp use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
TRP.h Correct some non-const string literals. 2014-04-28 07:43:09 -07:00