We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8241d5f commit 1babf91Copy full SHA for 1babf91
TheForceEngine/TFE_FileSystem/paths-posix.cpp
@@ -141,7 +141,7 @@ namespace TFE_Paths
141
return true;
142
}
143
string strId = to_string((int)TFE_Settings::c_steamRemasterProductId[game]);
144
- string append = "steamapps/compatdata/" + strId + "/pfx/drive_c/users/steamuser/Saved Games/Nightdive Studios";
+ string append = "~/.steam/steam/steamapps/compatdata/" + strId + "/pfx/drive_c/users/steamuser/Saved Games/Nightdive Studios";
145
146
if (game == Game_Dark_Forces)
147
{
@@ -151,6 +151,7 @@ namespace TFE_Paths
151
152
append += "/Outlaws Remaster/";
153
154
+ else
155
156
return false;
157
0 commit comments