mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +00:00
Cleanup
This commit is contained in:
parent
178b479072
commit
7330f96946
@ -857,7 +857,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->path.osk_overlay)
|
||||
if (string_is_empty(settings->path.osk_overlay))
|
||||
fill_pathname_join(settings->path.osk_overlay,
|
||||
global->dir.osk_overlay,
|
||||
"keyboards/modular-keyboard/opaque/big.cfg",
|
||||
|
Loading…
x
Reference in New Issue
Block a user