(360) Push small fix for config file loading/saving

This commit is contained in:
TwinAphex51224 2012-02-09 03:06:43 +01:00
parent aeeb491a49
commit 3a33c5e1ec

View File

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