mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-28 18:55:03 +01:00
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…
x
Reference in New Issue
Block a user