mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user