mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 14:23:18 +00:00
support for unlocking trophies (#854)
* add pugixml * trophy_viewer: support for trophy unlocking * nptrophy: UnlockTrophy(), DestroyContext() * initial imgui popup * queue to handle multiple trophies at once * extract trophy info on game start + various fixes * platinum trophy support + extract trophy data on startup * format * nptrophy: GetTrophyUnlockState * implement vinicius' reviews
This commit is contained in:
parent
c5b8e492f6
commit
74c2888aaa
11 changed files with 607 additions and 53 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -90,3 +90,6 @@
|
|||
url = https://github.com/shadps4-emu/ext-imgui.git
|
||||
shallow = true
|
||||
branch = docking
|
||||
[submodule "externals/pugixml"]
|
||||
path = externals/pugixml
|
||||
url = https://github.com/zeux/pugixml.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue