[PR #2519] [MERGED] fix: move trophy pngs to src/images #2798

Closed
opened 2026-02-27 22:01:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2519
Author: @jardon
Created: 2/23/2025
Status: Merged
Merged: 2/24/2025
Merged by: @georgemoralis

Base: mainHead: fix/move-trophy-pngs


📝 Commits (2)

  • ba9d57b fix: move trophy pngs to src/images
  • 7d50358 Fix pointers to trophy files

📊 Changes

8 files changed (+13 additions, -18 deletions)

View changed files

📝 CMakeLists.txt (+4 -9)
📝 REUSE.toml (+4 -4)
📝 src/core/libraries/np_trophy/trophy_ui.cpp (+4 -4)
📝 src/images/bronze.png (+0 -0)
📝 src/images/gold.png (+0 -0)
📝 src/images/platinum.png (+0 -0)
📝 src/images/silver.png (+0 -0)
📝 src/qt_gui/trophy_viewer.cpp (+1 -1)

📄 Description

move trophy pngs out of the resource directory and put them in src/images with the other image files

if these need to be in the resources folder for some reason, comment below.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2519 **Author:** [@jardon](https://github.com/jardon) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix/move-trophy-pngs` --- ### 📝 Commits (2) - [`ba9d57b`](https://github.com/shadps4-emu/shadPS4/commit/ba9d57b7b2513d3123407cc87a3373f95f0b136f) fix: move trophy pngs to src/images - [`7d50358`](https://github.com/shadps4-emu/shadPS4/commit/7d503580bf01d8ee4d02851355d865b40b909648) Fix pointers to trophy files ### 📊 Changes **8 files changed** (+13 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+4 -9) 📝 `REUSE.toml` (+4 -4) 📝 `src/core/libraries/np_trophy/trophy_ui.cpp` (+4 -4) 📝 `src/images/bronze.png` (+0 -0) 📝 `src/images/gold.png` (+0 -0) 📝 `src/images/platinum.png` (+0 -0) 📝 `src/images/silver.png` (+0 -0) 📝 `src/qt_gui/trophy_viewer.cpp` (+1 -1) </details> ### 📄 Description move trophy pngs out of the resource directory and put them in `src/images` with the other image files if these need to be in the resources folder for some reason, comment below. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:17 +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#2798
No description provided.