aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_arkhamcity.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/basic_games/games/game_arkhamcity.py')
-rw-r--r--libs/basic_games/games/game_arkhamcity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/basic_games/games/game_arkhamcity.py b/libs/basic_games/games/game_arkhamcity.py
index 0b8269f..adcf6d4 100644
--- a/libs/basic_games/games/game_arkhamcity.py
+++ b/libs/basic_games/games/game_arkhamcity.py
@@ -53,7 +53,7 @@ class ArkhamCityGame(BasicGame):
# This will only detect saves from the earliest-created Steam profile on the user's PC.
def savesDirectory(self) -> QDir:
- docSaves = QDir(self.documentsDirectory().cleanPath("../../SaveData"))
+ docSaves = QDir(self.documentsDirectory().absoluteFilePath("../../SaveData"))
if self.is_steam():
if (steamDir := find_steam_path()) is None:
return docSaves