mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-02-02 19:48:50 +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?
|
||||
if(corrected_path.at(0) != '/') {
|
||||
if (corrected_path.at(0) != '/') {
|
||||
corrected_path = "/app0/" + corrected_path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue