rpcsx/rpcs3/Emu/SysCalls
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
..
lv2 Variadic templates for module logs 2014-07-21 18:42:43 +04:00
Modules More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
Callback.cpp Callbacks 2014-07-13 23:05:28 +04:00
Callback.h Callback header fix 2014-07-15 01:33:35 +04:00
ErrorCodes.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
FuncList.cpp Logging system rework 2014-06-26 17:34:28 +02:00
LogBase.h Logging option restored 2014-07-21 20:39:00 +04:00
ModuleManager.cpp unload modules upon stopping I guess we won't find out what's wrong if we don't let it fail 2014-07-12 13:52:37 +02:00
ModuleManager.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Modules.cpp LogBase class for both SysCallBase and Module 2014-07-21 19:58:03 +04:00
Modules.h LogBase class for both SysCallBase and Module 2014-07-21 19:58:03 +04:00
SC_FUNC.h Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
Static.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
Static.h Build fix 2014-07-12 18:53:36 +04:00
SysCalls.cpp Conflicts fixed 2014-07-29 00:29:38 +04:00
SysCalls.h LogBase class for both SysCallBase and Module 2014-07-21 19:58:03 +04:00