rpcs3/Utilities
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
..
simpleini Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
BEType.h Little fix 2014-07-18 21:04:12 +04:00
git-version-gen.cmd Update git-version-gen.cmd 2014-03-22 11:45:59 +01:00
GNU.cpp Fix conflicts. 2014-07-12 17:02:39 +10:00
GNU.h IsGoodAddr() bug fixed 2014-07-14 23:15:30 +04:00
IdManager.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Interval.h cellSysmoduleLoadModule modified 2014-06-09 17:35:35 +04:00
Log.cpp More header changes. 2014-07-12 16:33:04 +10:00
Log.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
MTProgressDialog.h
MTRingbuffer.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
rFile.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
rFile.h More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
rMsgBox.cpp More header changes. 2014-07-12 16:33:04 +10:00
rMsgBox.h More header changes. 2014-07-12 16:33:04 +10:00
rPlatform.cpp Use a standard config dir on non-Windows. Fixes #192 2014-07-11 05:45:07 +10:00
rPlatform.h Use a standard config dir on non-Windows. Fixes #192 2014-07-11 05:45:07 +10:00
rTime.cpp remove unexplained commented out code that I added myself with the last PR 2014-06-09 02:55:16 +02:00
rTime.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rXml.cpp Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
rXml.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SMutex.cpp be_t<> constructor elimination 2014-07-18 20:55:26 +04:00
SMutex.h Little fix 2 2014-07-18 21:30:22 +04:00
SQueue.h Compilation fix 2 2014-07-01 20:04:58 +04:00
SSemaphore.cpp Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
SSemaphore.h Some freezing fixed 2014-06-26 01:59:23 +04:00
StrFmt.cpp add back fused gui log classes, this needs to be redone another way 2014-06-08 23:16:08 +02:00
StrFmt.h Logging system rework 2014-06-26 17:34:28 +02:00
Thread.cpp Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
Thread.h Fix conflicts. 2014-07-12 17:02:39 +10:00
Timer.h