mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +00:00
linting
This commit is contained in:
parent
2b8114db86
commit
6cc8eb982f
@ -51,7 +51,7 @@ std::filesystem::path MntPoints::GetHostPath(std::string_view path, bool* is_rea
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Path is relative?
|
// Path is relative?
|
||||||
if(corrected_path.at(0) != '/') {
|
if (corrected_path.at(0) != '/') {
|
||||||
corrected_path = "/app0/" + corrected_path;
|
corrected_path = "/app0/" + corrected_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user