mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
[mobile] build fix
This commit is contained in:
parent
3edb4d1244
commit
a7c5e98fb3
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ static void config_set_defaults(void)
|
|||
fill_pathname_expand_special(global->dir.osk_overlay,
|
||||
g_defaults.dir.osk_overlay, sizeof(global->dir.osk_overlay));
|
||||
#ifdef RARCH_MOBILE
|
||||
if (!*settings->osk.osk_overlay)
|
||||
if (!*settings->osk.overlay)
|
||||
fill_pathname_join(settings->osk.overlay,
|
||||
global->dir.osk_overlay,
|
||||
"overlays/keyboards/modular-keyboard/opaque/big.cfg",
|
||||
|
|
Loading…
Add table
Reference in a new issue