mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 08:37:41 +00:00
Have get_environment_settings call go through frontend_ctx function pointer
This commit is contained in:
parent
4eb283b7e3
commit
78f757e0dc
@ -125,7 +125,8 @@ static void rarch_get_environment(int argc, char *argv[])
|
||||
#endif
|
||||
g_extern.verbose = true;
|
||||
|
||||
get_environment_settings(argc, argv);
|
||||
if (frontend_ctx->get_environment_settings)
|
||||
frontend_ctx->get_environment_settings(argc, argv);
|
||||
|
||||
MAKE_DIR(default_paths.port_dir, "port_dir");
|
||||
MAKE_DIR(default_paths.system_dir, "system_dir");
|
||||
|
Loading…
x
Reference in New Issue
Block a user