mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
fs: fix get_executable_dir
This commit is contained in:
parent
8a87dc63b1
commit
50fcec63e0
1 changed files with 1 additions and 1 deletions
|
@ -1960,7 +1960,7 @@ std::string fs::get_executable_dir()
|
||||||
return exe_path;
|
return exe_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
return get_parent_dir(exe_path);
|
return get_parent_dir(exe_path) + "/";
|
||||||
}();
|
}();
|
||||||
|
|
||||||
return s_exe_dir;
|
return s_exe_dir;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue