From cb8a6ed34f2689f0dc862e3a9fa780074bd7cb20 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Tue, 26 Dec 2017 20:53:38 -0500 Subject: GCW0 & DC commits --- src/ini.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ini.c') diff --git a/src/ini.c b/src/ini.c index d2d3f57..47118a2 100644 --- a/src/ini.c +++ b/src/ini.c @@ -30,6 +30,9 @@ void iniInit() strcat(fullPath, "sdmc:/3ds/appdata/HydraCastleLabyrinth/"); #endif strcat(fullPath, "system.ini"); + #ifdef DREAMCAST + strcat(fullPath, "/ram/system.ini"); + #endif } FILE* f; @@ -61,6 +64,9 @@ void saveSettings() strcat(fullPath, "sdmc:/3ds/appdata/HydraCastleLabyrinth/"); #endif strcat(fullPath, "system.ini"); + #ifdef DREAMCAST + strcat(fullPath, "/ram/system.ini"); + #endif } FILE* f; @@ -146,6 +152,9 @@ void loadSettings() strcat(fullPath, "sdmc:/3ds/appdata/HydraCastleLabyrinth/"); #endif strcat(fullPath, "system.ini"); + #ifdef DREAMCAST + strcat(fullPath, "/ram/system.ini"); + #endif } FILE* f; -- cgit v1.2.3