mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 21:29:08 +00:00
(Mobile) Fix default overlay assignemnt
This commit is contained in:
parent
bc43db1789
commit
2155438794
@ -2490,14 +2490,6 @@ void config_set_defaults(void *data)
|
||||
settings->paths.directory_overlay,
|
||||
FILE_PATH_DEFAULT_OVERLAY,
|
||||
sizeof(settings->paths.path_overlay));
|
||||
|
||||
/* Handle the case where old asset files
|
||||
* are installed */
|
||||
if (!path_is_valid(settings->paths.path_overlay))
|
||||
fill_pathname_join(settings->paths.path_overlay,
|
||||
settings->paths.directory_overlay,
|
||||
FILE_PATH_DEFAULT_OVERLAY_FALLBACK,
|
||||
sizeof(settings->paths.path_overlay));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
@ -109,7 +109,6 @@ RETRO_BEGIN_DECLS
|
||||
#define FILE_PATH_BACKUP_EXTENSION ".bak"
|
||||
#if defined(RARCH_MOBILE)
|
||||
#define FILE_PATH_DEFAULT_OVERLAY "gamepads/neo-retropad/neo-retropad.cfg"
|
||||
#define FILE_PATH_DEFAULT_OVERLAY_FALLBACK "gamepads/flat/retropad.cfg"
|
||||
#endif
|
||||
|
||||
enum application_special_type
|
||||
|
Loading…
Reference in New Issue
Block a user