mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
(Playbook) Set g_settings.libretro to 'app/native/lib' by default
This commit is contained in:
parent
8754afe691
commit
41e5083f0c
@ -29,6 +29,7 @@ int rarch_main(int argc, char *argv[])
|
|||||||
#ifndef HAVE_BB10
|
#ifndef HAVE_BB10
|
||||||
bps_initialize();
|
bps_initialize();
|
||||||
rarch_main_clear_state();
|
rarch_main_clear_state();
|
||||||
|
strlcpy(g_settings.libretro, "app/native/lib", sizeof(g_settings.libretro));
|
||||||
#endif
|
#endif
|
||||||
strlcpy(g_extern.config_path, "app/native/retroarch.cfg", sizeof(g_extern.config_path));
|
strlcpy(g_extern.config_path, "app/native/retroarch.cfg", sizeof(g_extern.config_path));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user