rpcsx/rpcs3/Loader
Nekotekina 8f04ab07ed IsGood() check elimination
Reasons: 1) It's unsafe - we cannot guarantee that address is still good
while it is used. 2) It's wrong in many modules which are usually just
compare pointer with zero.
2014-08-05 14:18:22 +04: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 IsGood() check elimination 2014-08-05 14:18:22 +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 It doesn't hurt if we list all the imports? 2014-08-05 00:25:25 +04: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