Do fill_pathnames after init_rom_file - needed for ZIP file
extraction code (for Android/RARCH_CONSOLE)
This commit is contained in:
parent
70e41129c2
commit
7cfc60f374
|
@ -2696,12 +2696,12 @@ int rarch_main_init(int argc, char *argv[])
|
|||
g_extern.use_sram = true;
|
||||
bool allow_cheats = true;
|
||||
|
||||
fill_pathnames();
|
||||
set_savestate_auto_index();
|
||||
|
||||
if (!init_rom_file(g_extern.game_type))
|
||||
goto error;
|
||||
|
||||
fill_pathnames();
|
||||
set_savestate_auto_index();
|
||||
|
||||
init_system_av_info();
|
||||
|
||||
if (!g_extern.sram_load_disable)
|
||||
|
|
Loading…
Reference in New Issue