mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
:-))))
This commit is contained in:
parent
bf8ebc1c95
commit
337b5413c6
@ -124,7 +124,7 @@ void PKGViewer::ProcessPKGInfo() {
|
|||||||
if (package.isFlagSet(pkg_content_flag, flag.first)) {
|
if (package.isFlagSet(pkg_content_flag, flag.first)) {
|
||||||
if (!flagss.isEmpty())
|
if (!flagss.isEmpty())
|
||||||
flagss += (", ");
|
flagss += (", ");
|
||||||
flagss += (flag.second);
|
flagss += QString::fromStdString(flag.second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user