rpcs3 purpose:
- Make PS3 developers easily test their apps and homebrews on PC without crashing their PS3 or moving their apps from PC to PS3.
- Just playing PS3 games on your PC and have fun! ( In the future )
rpcs3 Git Changelog:
* Merge pull request #131 from bagedevimo/x11
Fixes X11 threading issue, under Linux
* x11 fix
* Merge pull request #130 from nohbdy/bugfix
Minor code and memory initialization fixes
* 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
* Merge pull request #129 from acmiyaguchi/master
Fix a hang after failing to run an *.elf file and stopping emulator
* Quick one line change fixes a hang after failing to run an *.elf file and stopping the emulator via the Stop button.
* Reverted ConLog changes of commit 5ea58d94
This was causing a "Bad flip!" error on Arkedo Series 02 Swap!. I guess
we will have to search for a better solution. I just reverted the
ConLog.cpp / ConLog.h files.
Related commit:
https://github.com/DHrpcs3/rpcs3/commit/5ea58d9451c2af7884bb5d1fd74e47d0bcc5770a
* PSF Loader improved & issue #126 fixed
* Improved PSF Loader: Now you can get the value of the PARAM.SFO
entries directly with the GetString(key), GetInteger(key) methods.
GameInfo related lines were removed since they have nothing to do with
PSF files.
* cellGame, cellSysutil, and GameViewer are modified because of the PSF
Loader changes.
* Removed unnecessary null pointer checks:
https://github.com/DHrpcs3/rpcs3/issues/126
* Merge pull request #124 from xsacha/master
Linux build fix
* Linux build fix
* Minor fixes
* Modified some .gitignore's
* Removed some #include
and other stuff...
* Merge pull request #125 from lioncash/ui
Simplify some VFS-related code.
Download: rpcs3 Git (2014/03/28) x86
Download: rpcs3 Git (2014/03/28) x64
Source: Here
0 Comments
Post a Comment