mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
(360) Push small fix for config file loading/saving
This commit is contained in:
parent
aeeb491a49
commit
3a33c5e1ec
@ -300,7 +300,7 @@ begin_loop:
|
||||
struct ssnes_main_wrap args = {0};
|
||||
|
||||
args.verbose = g_extern.verbose;
|
||||
args.config_path =
|
||||
args.config_path = SYS_CONFIG_FILE;
|
||||
args.rom_path = g_console.rom_path;
|
||||
|
||||
int init_ret = ssnes_main_init_wrap(&args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user