mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-13 20:33:22 +00:00
cf2623a65a
Added check to make sure ident was not an empty string. This commit is to fix a bug related to having a autoconfig.cfg file without an ident. Currently, there are none in the repository that fit this condition, which is why the bug was never triggered in testing. This checks to make sure the ident loaded from the config file actually has a value associated with it. Without this check, the if() statement will always return true, because an empty string is always within another string. |
||
---|---|---|
.. | ||
autoconf | ||
connect | ||
drivers | ||
drivers_hid | ||
drivers_joypad | ||
drivers_keyboard | ||
inc/GameController | ||
input_autodetect.c | ||
input_autodetect.h | ||
input_common.c | ||
input_common.h | ||
input_driver.c | ||
input_driver.h | ||
input_hid_driver.c | ||
input_hid_driver.h | ||
input_joypad_driver.c | ||
input_joypad_driver.h | ||
input_joypad.c | ||
input_joypad.h | ||
input_keymaps.c | ||
input_keymaps.h | ||
input_overlay.c | ||
input_overlay.h | ||
input_remapping.c | ||
input_remapping.h | ||
input_sensor.c | ||
input_sensor.h | ||
keyboard_line.c | ||
keyboard_line.h |