mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Don't need to check if an error happened.
This commit is contained in:
parent
9fc2d8b158
commit
ab6cddbec2
@ -26,8 +26,7 @@ std::optional<fs::path> findPathCI(const fs::path& path)
|
||||
return dirEntry;
|
||||
}
|
||||
}
|
||||
if (listErr)
|
||||
return fName;
|
||||
return fName;
|
||||
}
|
||||
return parentPath / fName;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user