rpcsx/rpcs3/Emu
nohbdy d533572ee9 Minor code and memory initialization fixes
* Explicitly initialize member variables in SELFDecrypter, MemInfo, and
VirtualMemoryBlock
* Zero out memory used for counter/nonce in aes-ctr
* Fix use of a ControlInfo pointer after it is added to an Array via
Array::Move (which makes it an invalid pointer) in
SELFDecrypter::LoadHeaders
2014-03-27 22:16:14 -05:00
..
ARMv7 log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
Audio Audio decoding 2014-03-19 04:32:23 +04:00
Cell Fix erroneous assignment in an if statement. 2014-03-24 20:08:33 -04:00
CPU Use Push instead of AddCpy in CallStackBranch. 2014-03-26 19:25:12 -04:00
FS Minor fixes 2014-03-27 16:40:58 +01:00
GS Minor fixes 2014-03-27 16:40:58 +01:00
HDD Fix a typo in a log message 2014-03-27 09:23:32 -04:00
Io Minor const correctness 2014-03-24 08:47:30 -04:00
Memory Minor code and memory initialization fixes 2014-03-27 22:16:14 -05:00
SysCalls Merge pull request #124 from xsacha/master 2014-03-27 23:17:59 +01:00
DbgConsole.cpp Merge branch 'master' of https://github.com/DHrpcs3/rpcs3 2014-03-02 10:24:18 +04:00
DbgConsole.h RPCS3 arguments, TTY to file & sceNpTrophy stuff 2014-03-01 19:33:38 +01:00
Event.cpp more merge fixes, I should really compile it before submitting a pull request 2014-02-23 20:40:12 +01:00
event.h Minor const correctness 2014-03-24 08:47:30 -04:00
GameInfo.h http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
System.cpp Fix slashes for Windows :p 2014-03-21 13:45:26 +04:00
System.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00