(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)argc;
|
||||||
(void)argv;
|
(void)argv;
|
||||||
(void)args;
|
(void)args;
|
||||||
|
|
||||||
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH, (void*)"app/native/lib");
|
|
||||||
|
|
||||||
config_load();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void frontend_qnx_init(void *data)
|
static void frontend_qnx_init(void *data)
|
||||||
|
|
Loading…
Reference in New Issue