summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/gameconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/gameconfig.py')
-rw-r--r--gamechestcli/gamechest/gameconfig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gamechestcli/gamechest/gameconfig.py b/gamechestcli/gamechest/gameconfig.py
index 91f13ff..3a53837 100644
--- a/gamechestcli/gamechest/gameconfig.py
+++ b/gamechestcli/gamechest/gameconfig.py
@@ -65,6 +65,9 @@ class GameConfig:
def get_games_database_path(self):
return self.get_gamesaves_path() / 'gamedata.yaml'
+ def get_data_d(self):
+ return self.get_gamesaves_path() / 'gamedata.yaml.d'
+
def get_profile_id(self):
return self.config['profile_id']