mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added a code comment clarification in FileSystemUtil
This commit is contained in:
parent
76e29d534d
commit
d15dd28e26
|
@ -383,7 +383,7 @@ namespace Utils
|
||||||
exePath = getCanonicalPath(esBinary);
|
exePath = getCanonicalPath(esBinary);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
// Fallback to argv[0] if everything else fails.
|
// Fallback to argv[0] if everything else fails, which is always the case on macOS.
|
||||||
if (exePath.empty()) {
|
if (exePath.empty()) {
|
||||||
esBinary = path;
|
esBinary = path;
|
||||||
exePath = getCanonicalPath(path);
|
exePath = getCanonicalPath(path);
|
||||||
|
|
Loading…
Reference in a new issue