mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1093] [MERGED] trophy icon + platinum fixes #1926
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#1926
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/1093
Author: @CrazyBloo
Created: 9/27/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @georgemoralis
Base:
main← Head:trophy3📝 Commits (10+)
6798266trophy icon + platinum fixesc0c965cformat677d959implement turtles review54e4584Merge branch 'main' into trophy3358e63duse fs native where possible, clang format2e2bfe8implement vinicius suggestions4970e4eformat8ef10bffinal reviewsde3964amutex for trophy queue, remove unneeded field4bf774eformat📊 Changes
5 files changed (+359 additions, -422 deletions)
View changed files
📝
src/core/libraries/np_trophy/np_trophy.cpp(+254 -341)📝
src/core/libraries/np_trophy/np_trophy.h(+29 -29)📝
src/core/libraries/np_trophy/trophy_ui.cpp(+60 -40)📝
src/core/libraries/np_trophy/trophy_ui.h(+15 -11)📝
src/qt_gui/trophy_viewer.cpp(+1 -1)📄 Description
This should be ready to merge
edit: I have reworked how trophy unlock state is saved, so trophy progress has been reset. If you want to keep your trophy progress go into shadps4/user/gamedata/(your game serial)/trophyfiles/xml/trop.xml and change all trophies with "unlocked" to "true"
Had to rework how platinum trophies are unlocked, the previous method would unlock the platinum early on some games.
Still need to add support for games with multiple platinum trophies, but none boot yet.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.