mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
clarify
This commit is contained in:
parent
07b1e5e5e8
commit
b8bb4ab3be
@ -304,7 +304,8 @@ public:
|
|||||||
nullptr, tr("Error"),
|
nullptr, tr("Error"),
|
||||||
QString(tr("This feature requires the 'Enable Separate Update Folder' "
|
QString(tr("This feature requires the 'Enable Separate Update Folder' "
|
||||||
"config option "
|
"config option "
|
||||||
"to work. If you want to use this feature, please enable it.")));
|
"to work. If you want to use this feature, please enable it and "
|
||||||
|
"make sure a separated update is installed.")));
|
||||||
error = true;
|
error = true;
|
||||||
} else if (!std::filesystem::exists(
|
} else if (!std::filesystem::exists(
|
||||||
Common::FS::PathFromQString(game_update_path))) {
|
Common::FS::PathFromQString(game_update_path))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user