mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(QNX) Remove config_load in get_environment
This commit is contained in:
parent
64d413fb68
commit
1bdfed187f
@ -28,10 +28,6 @@ static void frontend_qnx_get_environment_settings(int argc, char *argv[], void *
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
(void)args;
|
||||
|
||||
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH, (void*)"app/native/lib");
|
||||
|
||||
config_load();
|
||||
}
|
||||
|
||||
static void frontend_qnx_init(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user