mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of ret variable
This commit is contained in:
parent
f8d64b703e
commit
8b889084f6
1 changed files with 1 additions and 2 deletions
|
@ -265,8 +265,7 @@ static bool input_autoconfigure_joypad_from_conf_internal(
|
|||
{
|
||||
config_file_t *conf = config_file_new_from_string(
|
||||
input_builtin_autoconfs[i]);
|
||||
bool ret = input_autoconfigure_joypad_from_conf(conf, params);
|
||||
if (ret)
|
||||
if (input_autoconfigure_joypad_from_conf(conf, params))
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue