Alexandro Sánchez Bach 5f9e60c45f PKG Loader rewritten
* Rewritten unpkg.c -> Loader/PKG.cpp
* MainFrame::InstallPkg now *only* installs the PKG.
* Fixed crash when unpacking big debug PKG files.
* Debug PKGs are no longer recrypted.
* 'About...' dialog updated to remove PKG-related notice.
* Unpkg removed.

NOTE: The class PKGLoader is using wxWidgets functions to access the
files. I think VFS would be better, but the Emulator isn't necessarily
running when installing the PKG. In the other hand, initializing VFS
with RPCS3 may be somewhat risky... Any alternatives?

TODO: Get rid of the decrypted "*.dec" files, and try to decrypt and
read contents of the PKG on the fly using the information stored in
m_entries.
2014-02-21 02:35:33 +01:00
2014-02-15 01:51:59 +01:00
2013-08-26 17:18:59 +03:00
2014-02-21 02:35:33 +01:00
2014-02-13 20:59:13 +04:00
2014-02-09 12:07:50 +01:00
2014-02-16 17:19:06 +02:00
2014-02-16 21:57:36 +04:00
2014-02-13 11:33:07 +01:00
2014-02-21 02:35:33 +01:00

rpcs3

PS3 emulator/debugger

The FAQ has some basic information.

For discussion about the emulator and PS3 emulation please visit the official forums.

If you want to contribute please take a took at the Coding Style and Roadmap pages.

To initialize the repository don't forget to execute git submodule update --init to pull the wxWidgets source.

Languages
C++ 91.9%
C 5.5%
Self 1.1%
GLSL 0.8%
CMake 0.3%
Other 0.3%