rpcsx/rpcs3
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
..
Emu RSX Debugger: Shader program editor 2014-02-19 01:41:57 +01:00
Gui PKG Loader rewritten 2014-02-21 02:35:33 +01:00
Loader PKG Loader rewritten 2014-02-21 02:35:33 +01:00
rpcs3qt Introduce a Qt UI for RPCS3 2013-11-27 16:37:46 +10:00
AppConnector.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
AppConnector.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
CMakeLists.txt Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
git-version.h Basic DMA, MFC, channel changes 2013-12-11 02:58:11 +04:00
Ini.cpp Merge remote-tracking branch 'upstream/master' 2013-09-03 19:26:31 +02:00
Ini.h RSX Debugger: Shader program editor 2014-02-19 01:41:57 +01:00
rpcs3.cpp Moved some lines and deleted old code 2014-02-19 05:33:31 +01:00
rpcs3.h Moved some lines and deleted old code 2014-02-19 05:33:31 +01:00
rpcs3.rc http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
rpcs3.vcxproj PKG Loader rewritten 2014-02-21 02:35:33 +01:00
rpcs3.vcxproj.filters PKG Loader rewritten 2014-02-21 02:35:33 +01:00
rpcs3.vcxproj.user Fix debugger working directory 2013-08-10 23:48:54 +02:00
stdafx.cpp http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
stdafx.h Improved VFS 2014-02-16 17:19:06 +02:00