load_game_config - print config_path

This commit is contained in:
twinaphex 2014-12-10 18:09:53 +01:00
parent bda151e388
commit ce8e594fc5
1 changed files with 2 additions and 0 deletions

View File

@ -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)