mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-15 15:11:02 +00:00
The new OSK overlay built into the menu should be better - take
this out
This commit is contained in:
parent
41611e3d74
commit
6a6c352360
@ -1291,13 +1291,6 @@ static void config_set_defaults(void)
|
||||
|
||||
fill_pathname_expand_special(temp_path,
|
||||
g_defaults.dir.osk_overlay, sizeof(temp_path));
|
||||
#ifdef RARCH_MOBILE
|
||||
if (string_is_empty(settings->path.osk_overlay))
|
||||
fill_pathname_join(settings->path.osk_overlay,
|
||||
temp_path,
|
||||
"keyboards/modular-keyboard/opaque/big.cfg",
|
||||
sizeof(settings->path.osk_overlay));
|
||||
#endif
|
||||
|
||||
dir_set(RARCH_DIR_OSK_OVERLAY, temp_path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user