mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
[mobile] build fix
This commit is contained in:
parent
6edea1d9c7
commit
3edb4d1244
@ -790,7 +790,7 @@ static void config_set_defaults(void)
|
|||||||
fill_pathname_expand_special(global->dir.osk_overlay,
|
fill_pathname_expand_special(global->dir.osk_overlay,
|
||||||
g_defaults.dir.osk_overlay, sizeof(global->dir.osk_overlay));
|
g_defaults.dir.osk_overlay, sizeof(global->dir.osk_overlay));
|
||||||
#ifdef RARCH_MOBILE
|
#ifdef RARCH_MOBILE
|
||||||
if (!*settings->input.osk_overlay)
|
if (!*settings->osk.osk_overlay)
|
||||||
fill_pathname_join(settings->osk.overlay,
|
fill_pathname_join(settings->osk.overlay,
|
||||||
global->dir.osk_overlay,
|
global->dir.osk_overlay,
|
||||||
"overlays/keyboards/modular-keyboard/opaque/big.cfg",
|
"overlays/keyboards/modular-keyboard/opaque/big.cfg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user