mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2519] [MERGED] fix: move trophy pngs to src/images #2798
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2798
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/move-trophy-pngs📝 Commits (2)
ba9d57bfix: move trophy pngs to src/images7d50358Fix 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/imageswith the other image filesif 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.