mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 21:40:49 +00:00
save remap file saving when a config doesn't exist already
This commit is contained in:
parent
56391da5c2
commit
a68a97e2f7
@ -91,7 +91,8 @@ bool input_remapping_save_file(const char *path)
|
||||
if (!conf)
|
||||
{
|
||||
conf = config_file_new(NULL);
|
||||
return false;
|
||||
if (!conf)
|
||||
return false;
|
||||
}
|
||||
|
||||
for (i = 0; i < settings->input.max_users; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user