rpcsx/rpcs3/Loader
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
..
ELF.cpp Merge fix 2013-11-30 03:50:43 +04:00
ELF.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
ELF32.cpp log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF32.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF64.cpp log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF64.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
Loader.cpp Improved VFS 2014-02-16 17:19:06 +02:00
Loader.h Some typos fixed (thanks to Nukem9) 2014-02-01 14:17:15 +04:00
PKG.cpp PKG Loader rewritten 2014-02-21 02:35:33 +01:00
PKG.h PKG Loader rewritten 2014-02-21 02:35:33 +01:00
PSF.cpp Improved PSF loader. 2013-12-08 15:47:54 +02:00
PSF.h use .wx_str() instead of .mb_str(), Dbg console is still broken 2014-02-10 13:53:09 +01:00
SELF.cpp - Implemented MTCRF instruction. 2013-07-08 16:24:46 +03:00
SELF.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
TRP.cpp Improved VFS 2014-02-16 17:19:06 +02:00
TRP.h Some sceNpTrophy syscalls and few fixes 2014-02-16 02:51:04 +01:00