rpcsx/rpcs3/Crypto
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
..
aes.cpp unify line endings to shut up VS 2014-04-12 11:42:20 +02:00
aes.h Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
key_vault.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
key_vault.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
lz.cpp This is squashed commit from the follwing commits: 2014-04-27 00:41:46 +02:00
lz.h Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
sha1.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
sha1.h Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
unedat.cpp EDAT: list the edat files name 2014-07-30 05:45:23 +08:00
unedat.h Minor fixes and changes 2014-07-23 20:36:57 +02:00
unpkg.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
unpkg.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
unself.cpp More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
unself.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
utils.cpp This is squashed commit from the follwing commits: 2014-04-27 00:41:46 +02:00
utils.h unify line endings to shut up VS 2014-04-12 11:42:20 +02:00