mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* 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. |
||
|---|---|---|
| .. | ||
| ELF.cpp | ||
| ELF.h | ||
| ELF32.cpp | ||
| ELF32.h | ||
| ELF64.cpp | ||
| ELF64.h | ||
| Loader.cpp | ||
| Loader.h | ||
| PKG.cpp | ||
| PKG.h | ||
| PSF.cpp | ||
| PSF.h | ||
| SELF.cpp | ||
| SELF.h | ||
| TRP.cpp | ||
| TRP.h | ||