mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 01:12:33 +00:00
if swap override is not specified it should be false
This commit is contained in:
parent
f5360d0d82
commit
3a3d9cd41e
@ -189,6 +189,8 @@ static void input_autoconfigure_joypad_add(config_file_t *conf,
|
||||
{
|
||||
if (config_get_bool(conf, "input_swap_override", &tmp))
|
||||
input_autoconfigure_swap_override = tmp;
|
||||
else
|
||||
input_autoconfigure_swap_override = false;
|
||||
}
|
||||
|
||||
if (!block_osd_spam)
|
||||
|
Loading…
x
Reference in New Issue
Block a user