This commit is contained in:
red-prig 2022-10-03 20:34:12 +03:00
parent 6eee88e356
commit 23271ab913

View File

@ -456,8 +456,6 @@ begin
s:=IncludeTrailingPathDelimiter(ps4_app.save_path)+s;
if not FileExists(s) then Exit('');
Result:=PathConcat(s,filename);
end;