mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
clang 2
This commit is contained in:
parent
e2592c8610
commit
1cf7fcfdc6
@ -450,7 +450,7 @@ public:
|
||||
QString folder_path, game_update_path, dlc_path, save_data_path, trophy_data_path;
|
||||
Common::FS::PathToQString(folder_path, m_games[itemID].path);
|
||||
game_update_path = folder_path + "-UPDATE";
|
||||
if(!std::filesystem::exists(Common::FS::PathFromQString(game_update_path))){
|
||||
if (!std::filesystem::exists(Common::FS::PathFromQString(game_update_path))) {
|
||||
game_update_path = folder_path + "-patch";
|
||||
}
|
||||
Common::FS::PathToQString(
|
||||
|
Loading…
Reference in New Issue
Block a user