mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +00:00
commit
3aada5d167
@ -455,7 +455,8 @@ void init_libretro_sym(bool dummy)
|
||||
|
||||
load_symbols(dummy);
|
||||
|
||||
pretro_set_environment(rarch_environment_cb);
|
||||
//move this to init_core, will need to be tested
|
||||
//pretro_set_environment(rarch_environment_cb);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1886,6 +1886,9 @@ static bool init_core(void)
|
||||
driver_t *driver = driver_get_ptr();
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
//needs testing for regressions
|
||||
pretro_set_environment(rarch_environment_cb);
|
||||
|
||||
if (!config_load_override())
|
||||
RARCH_ERR("Error loading override files\n");
|
||||
if (!config_load_remap())
|
||||
|
Loading…
x
Reference in New Issue
Block a user