load_game_config - print config_path
This commit is contained in:
parent
bda151e388
commit
ce8e594fc5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue