[PR #189] [MERGED] Qt fixes and improvemments, trophy decryption/viewer. #1380

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/189
Author: @raziel1000
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @georgemoralis

Base: mainHead: qt-again


📝 Commits (2)

  • 0f27e0e - 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/189 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `qt-again` --- ### 📝 Commits (2) - [`0f27e0e`](https://github.com/shadps4-emu/shadPS4/commit/0f27e0edf22e2a111ade9b6d6b43f851b9a18451) - 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) - [`1abccb2`](https://github.com/shadps4-emu/shadPS4/commit/1abccb29f99cef4d23988e95e1389bade216ffc5) clang format ### 📊 Changes **49 files changed** (+1615 additions, -890 deletions) <details> <summary>View changed files</summary> 📝 `.reuse/dep5` (+7 -1) 📝 `CMakeLists.txt` (+16 -12) 📝 `src/common/config.cpp` (+151 -0) 📝 `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/emulator.cpp` (+1 -1) ➕ `src/images/flag_china.png` (+0 -0) ➕ `src/images/flag_eu.png` (+0 -0) ➕ `src/images/flag_jp.png` (+0 -0) _...and 29 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:18 +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#1380
No description provided.