mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Update paths.h
This commit is contained in:
parent
c7d371186b
commit
14d5a33a13
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ inline std::filesystem::path GetGamePath()
|
|||
|
||||
inline std::filesystem::path GetUserPath()
|
||||
{
|
||||
if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "portable.txt"))
|
||||
if (std::filesystem::exists(GAME_INSTALL_DIRECTORY "/portable.txt"))
|
||||
return GAME_INSTALL_DIRECTORY;
|
||||
|
||||
std::filesystem::path userPath;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue