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