mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-30 23:33:17 +00:00
trp data extracts to game_data/serial instead of folder name (#1194)
* trp data extracts to game_data/serial instead of folder name * format
This commit is contained in:
parent
e68774d449
commit
61f750bdd9
5 changed files with 6 additions and 13 deletions
|
@ -29,7 +29,7 @@ void TrophyViewer::PopulateTrophyWidget(QString title) {
|
|||
QDir dir(trophyDirQt);
|
||||
if (!dir.exists()) {
|
||||
std::filesystem::path path = Common::FS::PathFromQString(gameTrpPath_);
|
||||
if (!trp.Extract(path))
|
||||
if (!trp.Extract(path, title.toStdString()))
|
||||
return;
|
||||
}
|
||||
QFileInfoList dirList = dir.entryInfoList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue