[PR #144] [CLOSED] * Added trophy decryption when extracting a fpkg. trp icons and xmls … #1336

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/144
Author: @raziel1000
Created: 5/23/2024
Status: Closed

Base: mainHead: qt-stuff


📝 Commits (5)

  • 1bf7005 * 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/144 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 5/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `qt-stuff` --- ### 📝 Commits (5) - [`1bf7005`](https://github.com/shadps4-emu/shadPS4/commit/1bf7005b912441243218bfedbe1baf7c23ad6d44) * 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) - [`7a8d845`](https://github.com/shadps4-emu/shadPS4/commit/7a8d845234c593d1d582ad0942cdc453d5cd41bd) ***** - [`bf8ebc1`](https://github.com/shadps4-emu/shadPS4/commit/bf8ebc1c95565dc99558144127b81376946cae87) ... - [`337b541`](https://github.com/shadps4-emu/shadPS4/commit/337b5413c6d9a2d7576857fb7a50291f966ba024) :-)))) - [`dd4f486`](https://github.com/shadps4-emu/shadPS4/commit/dd4f4866cc93a02f80c7b51dbfe7b9a3e48855d2) Applied Turtle's feedback (Thanks good teacher) ### 📊 Changes **49 files changed** (+1728 additions, -1001 deletions) <details> <summary>View changed files</summary> 📝 `.reuse/dep5` (+6 -0) 📝 `CMakeLists.txt` (+10 -11) 📝 `src/common/config.cpp` (+151 -0) 📝 `src/common/config.h` (+32 -0) 📝 `src/core/crypto/crypto.cpp` (+88 -45) 📝 `src/core/crypto/crypto.h` (+9 -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` (+96 -0) ➕ `src/core/file_format/trp.h` (+45 -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) ➕ `src/images/flag_us.png` (+0 -0) _...and 29 more files_ </details> ### 📄 Description …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. * Added region in list mode. * Added a simple temp elf list widget. * Switched gui settings to toml. * Added messages when extracting pkg (ex: installing a patch before the game...etc) * Added recent files (6 max) * Fixed several bugs and crashes. --- <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:08 +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#1336
No description provided.