Skip to content

Commit

Permalink
(Mobile) Fix default overlay assignemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgleaver committed Sep 25, 2020
1 parent bc43db1 commit 2155438
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion file_path_special.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2155438

Please sign in to comment.