mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
if swap override is not specified it should be false
This commit is contained in:
parent
f5360d0d82
commit
3a3d9cd41e
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ static void input_autoconfigure_joypad_add(config_file_t *conf,
|
||||||
{
|
{
|
||||||
if (config_get_bool(conf, "input_swap_override", &tmp))
|
if (config_get_bool(conf, "input_swap_override", &tmp))
|
||||||
input_autoconfigure_swap_override = tmp;
|
input_autoconfigure_swap_override = tmp;
|
||||||
|
else
|
||||||
|
input_autoconfigure_swap_override = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!block_osd_spam)
|
if (!block_osd_spam)
|
||||||
|
|
Loading…
Add table
Reference in a new issue