rpcsx/rpcs3/Emu
Lioncash 479ef45aec Fix a case where m_hdd_file is passed to m_file uninitialized.
Due to the way initializations work in C++, despite the order of the initializations in the initialization list, it will actually do the initializing in the order the class variables are defined.
2014-03-30 00:08:16 -04:00
..
ARMv7 log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
Audio PSF Loader improved & issue #126 fixed 2014-03-28 05:20:13 +01:00
Cell PSF Loader improved & issue #126 fixed 2014-03-28 05:20:13 +01:00
CPU Quick one line change fixes a hang after failing to run an *.elf file and stopping the emulator via the Stop button. 2014-03-27 18:57:28 -07:00
FS Commenting out all of this, should fix the pathing glitches on *nix, without breaking windows functionality. 2014-03-29 20:52:39 +13:00
GS Fixes GL fix, which was broken. Added -g flag to cmake, so we can have debug builds. 2014-03-30 03:15:46 +13:00
HDD Fix a case where m_hdd_file is passed to m_file uninitialized. 2014-03-30 00:08:16 -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 Memset the ringbuffer in m_fs_config by the size of the actual ringbuffer struct, not FsRingBufferConfig. 2014-03-29 16:28:39 -04: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