mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #11500 from sonninnos/remaps-without-content
Allow loading core remaps without content
This commit is contained in:
commit
c52a22d839
@ -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…
x
Reference in New Issue
Block a user