mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #854] [MERGED] support for unlocking trophies #1808
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#1808
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/854
Author: @CrazyBloo
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/11/2024
Merged by: @georgemoralis
Base:
main← Head:npTrophy2📝 Commits (10+)
f0ac597add pugixmla0d580etrophy_viewer: support for trophy unlockingb8d7ea6nptrophy: UnlockTrophy(), DestroyContext()6dc8ef3initial imgui popup794770fqueue to handle multiple trophies at once315afc5extract trophy info on game start + various fixesdbd0404platinum trophy support + extract trophy data on startup625fa26format49253fanptrophy: GetTrophyUnlockState5990868implement vinicius' reviews📊 Changes
11 files changed (+607 additions, -53 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+4 -1)📝
externals/CMakeLists.txt(+5 -0)➕
externals/pugixml(+1 -0)📝
src/core/libraries/error_codes.h(+38 -2)📝
src/core/libraries/np_trophy/np_trophy.cpp(+268 -24)📝
src/core/libraries/np_trophy/np_trophy.h(+141 -16)➕
src/core/libraries/np_trophy/trophy_ui.cpp(+74 -0)➕
src/core/libraries/np_trophy/trophy_ui.h(+40 -0)📝
src/emulator.cpp(+11 -0)📝
src/qt_gui/trophy_viewer.cpp(+22 -10)📄 Description
edit: this is ready for review, when Vinicius finishes the image support for imgui i will make another pr with trophy icons
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.