[PR #180] [CLOSED] Qt fixes and improvemments, trophy decryption/viewer. #1369

Closed
opened 2026-02-27 21:12:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/180
Author: @raziel1000
Created: 6/9/2024
Status: Closed

Base: mainHead: qt-stuff2


📝 Commits (3)

  • 4aa5b40 * Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/
## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/180 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 6/9/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `qt-stuff2` --- ### 📝 Commits (3) - [`4aa5b40`](https://github.com/shadps4-emu/shadPS4/commit/4aa5b40760cb1b72d1fc1aa70bcaf40d6b894acf) * Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) - [`a57ac06`](https://github.com/shadps4-emu/shadPS4/commit/a57ac0656bc4dd4bc7d6c33f51beec43c4c011de) Update dep5 - [`2f184cc`](https://github.com/shadps4-emu/shadPS4/commit/2f184cc171b7cab25dabea442375c8a914ad0e70) Added game title, serial and version to sdl window. ### 📊 Changes **52 files changed** (+1741 additions, -1001 deletions) <details> <summary>View changed files</summary> 📝 `.reuse/dep5` (+7 -1) 📝 `CMakeLists.txt` (+8 -6) 📝 `src/common/config.cpp` (+153 -2) 📝 `src/common/config.h` (+33 -0) 📝 `src/common/io_file.h` (+5 -0) 📝 `src/core/crypto/crypto.cpp` (+88 -45) 📝 `src/core/crypto/crypto.h` (+8 -5) 📝 `src/core/crypto/keys.h` (+1 -0) 📝 `src/core/file_format/pkg.cpp` (+63 -9) 📝 `src/core/file_format/pkg.h` (+38 -8) 📝 `src/core/file_format/psf.cpp` (+15 -9) 📝 `src/core/file_format/psf.h` (+1 -1) ➕ `src/core/file_format/trp.cpp` (+91 -0) ➕ `src/core/file_format/trp.h` (+46 -0) 📝 `src/core/loader.cpp` (+1 -1) 📝 `src/core/loader.h` (+1 -1) ➕ `src/images/flag_china.png` (+0 -0) ➕ `src/images/flag_eu.png` (+0 -0) ➕ `src/images/flag_jp.png` (+0 -0) ➕ `src/images/flag_unk.png` (+0 -0) _...and 32 more files_ </details> ### 📄 Description * Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) * Added a trophy viewer (right click on game ==> trophy viewer) * Enabled Run button. * Switched gui settings to toml. * Added recent files (6 max) * Applied @raphaelthegreat suggestions and corrections (Thanks a lot). * Fixed several bugs and crashes. * Full screen should disabled by default. * Added region in list mode. * Added a simple temp elf list widget. * Added messages when extracting pkg (ex: installing a patch before the game...etc) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1369
No description provided.