summaryrefslogtreecommitdiff
path: root/gba_memory.c
diff options
context:
space:
mode:
authortwinaphex2014-12-10 18:09:53 +0100
committertwinaphex2014-12-10 18:09:53 +0100
commitce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5 (patch)
tree7572afed417f25d75974da21f221d3c60a0ff406 /gba_memory.c
parentbda151e3887c2d44295b38d6582876365b15caa2 (diff)
downloadpicogpsp-ce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5.tar.gz
picogpsp-ce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5.tar.bz2
picogpsp-ce8e594fc5bd51b2b169453bb5fd9c7ee8c0eec5.zip
load_game_config - print config_path
Diffstat (limited to 'gba_memory.c')
-rw-r--r--gba_memory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gba_memory.c b/gba_memory.c
index e1fa1a7..17ed411 100644
--- a/gba_memory.c
+++ b/gba_memory.c
@@ -2242,6 +2242,8 @@ s32 load_game_config(char *gamepak_title, char *gamepak_code, char *gamepak_make
sprintf(config_path, "%s" PATH_SEPARATOR "%s", main_path, CONFIG_FILENAME);
+ printf("config_path is : %s\n", config_path);
+
config_file = fopen(config_path, "rb");
if(config_file)