Damián Parrino
Damián Parrino
Hello Not sure if it's an issue or a request, but when working in environments where the original `libzip` is also available, there's no clear way to switch between libzip...
Add support to download ps3 save-games from the Online DB directly to the PS3 HDD
from @aldostools idea: integrate the simple file manager into Apollo, so users can manually copy/move/delete files around within Apollo if needed
To allow users to easily share and upload save-games to the Online Database, add an option to Zip and upload saves directly from the app. Requirements: add on-screen keyboard support...
For the record, if you want to access the PS4 TMDB, you can use the same hmac key as the one for the PS3 hmac-sha1 key: ``` F5DE66D2680E255B2DF79E74F890EBF349262F618BCAE2A9ACCDEE5156CE8DF2CDF2D48C71173CDC2594465B87405D197CF1AED3B7E9671EEB56CA6753C2E6B0 ``` the...
the database rebuilder script could be part of the "User Tools": - https://github.com/Zer0xFF/PS4_db_rebuilder - https://github.com/aizenar/PS4_db_Rebuilder_EXT SFOs and SQLite are already handled by Apollo, so the only thing left is the...
## PSP game keys Save game keys to decrypt PSP save-games. > Users are welcome to submit dumped keys, either binary files or fingerprint results from Apollo. ``` NPJH70001=60cf88e45f1a49f1f958d9b82064d283 NPJH70002=60cf88e45f1a49f1f958d9b82064d283...
docs links
Hi, Could we add another loading option that takes a file path string and returns the XML tree? Something like: ```c mxml_node_t *tree; tree = mxmlLoadFilePath(NULL, "/path/to/filename.xml", MXML_OPAQUE_CALLBACK); ``` I...
docs links