rpcsx/rpcs3/Emu/CPU
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
..
CPUDecoder.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
CPUDisAsm.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
CPUInstrTable.h - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
CPUThread.cpp IsGood() check elimination 2014-08-05 14:18:22 +04:00
CPUThread.h Small SPU cleanup 2014-07-21 22:35:44 +04:00
CPUThreadManager.cpp RawSPU initialization fix 2014-07-16 16:06:58 +04:00
CPUThreadManager.h RawSPU initialization fix 2014-07-16 16:06:58 +04:00