rpcsx/rpcs3/Gui
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
..
AboutDialog.h PKG Loader rewritten 2014-02-21 02:35:33 +01:00
CompilerELF.cpp Small fixes 2014-02-16 10:28:32 +02:00
CompilerELF.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
ConLog.cpp Fixed some problems 2014-02-16 01:16:35 +04:00
ConLog.h Implemented some cellSysutil audio functions, added configurable controls (draft/ugly implementation), and minor changes in cellAudio and ConLog 2013-12-27 14:55:11 +04:00
Debugger.cpp Few bugs fixed and license file added 2014-02-13 11:33:07 +01:00
Debugger.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
DisAsmFrame.cpp Improved VFS 2014-02-16 17:19:06 +02:00
DisAsmFrame.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
FrameBase.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
GameViewer.cpp Improved VFS 2014-02-16 17:19:06 +02:00
GameViewer.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
InstructionEditor.h Fix linking 2013-11-24 10:23:04 +01:00
InterpreterDisAsm.cpp Merge branch 'master' of https://github.com/DHrpcs3/rpcs3 2014-02-14 00:10:58 +01:00
InterpreterDisAsm.h New debugging features, cellGame & minor changes 2013-11-23 05:47:19 +01:00
MainFrame.cpp PKG Loader rewritten 2014-02-21 02:35:33 +01:00
MainFrame.h Moved some lines and deleted old code 2014-02-19 05:33:31 +01:00
MemoryViewer.cpp cellAudio updated 2014-01-10 22:06:22 +01:00
MemoryViewer.h RSX Debugger, Mem. Viewer and module improvements 2014-01-05 00:45:44 +01:00
Plugins.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
RegisterEditor.h Fix linking 2013-11-24 10:23:04 +01:00
RSXDebugger.cpp RSX Debugger: Shader program editor 2014-02-19 01:41:57 +01:00
RSXDebugger.h RSX Debugger: Shader program editor 2014-02-19 01:41:57 +01:00
TextInputDialog.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
TextInputDialog.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VFSManager.cpp Improved Vertex Shader Decompiler. 2014-01-07 22:11:02 +02:00
VFSManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
VHDDManager.cpp Improved VFS 2014-02-16 17:19:06 +02:00
VHDDManager.h - Implemented HDD manager. 2013-08-03 12:40:03 +03:00