mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-30 23:33:17 +00:00
trophy icon + platinum fixes (#1093)
* trophy icon + platinum fixes cleaned up some parts too * format * implement turtles review * use fs native where possible, clang format * implement vinicius suggestions * format * final reviews * mutex for trophy queue, remove unneeded field * format
This commit is contained in:
parent
f93b8c1e8d
commit
65f72372f0
5 changed files with 356 additions and 419 deletions
|
@ -76,7 +76,7 @@ void TrophyViewer::PopulateTrophyWidget(QString title) {
|
|||
trpType.append(reader.attributes().value("ttype").toString());
|
||||
trpPid.append(reader.attributes().value("pid").toString());
|
||||
if (reader.attributes().hasAttribute("unlockstate")) {
|
||||
if (reader.attributes().value("unlockstate").toString() == "unlocked") {
|
||||
if (reader.attributes().value("unlockstate").toString() == "true") {
|
||||
trpUnlocked.append("unlocked");
|
||||
} else {
|
||||
trpUnlocked.append("locked");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue