mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Allow loading core remaps without content
This commit is contained in:
parent
a38bd6d71a
commit
7a2153f053
1 changed files with 1 additions and 1 deletions
|
@ -3655,7 +3655,7 @@ bool config_load_remap(const char *directory_input_remapping,
|
|||
settings_t *settings = config_get_ptr();
|
||||
bool notification_show_remap_load = settings->bools.notification_show_remap_load;
|
||||
|
||||
if (string_is_empty(core_name) || string_is_empty(game_name))
|
||||
if (string_is_empty(core_name))
|
||||
return false;
|
||||
|
||||
/* Remap directory: remap_directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue