RetroArch/input
Christopher J. Gilbert cf2623a65a Added check to make sure ident was not an empty string.
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.
2015-04-21 23:06:21 -04:00
..
autoconf (3DS) implement input correctly. 2015-04-08 21:35:10 +01:00
connect (joypad_connection.c) pad_connection_has_interface - pad >= 0 would 2015-04-20 12:12:32 +02:00
drivers (Android) Input - cleanups 2015-04-21 02:58:12 +02:00
drivers_hid Add HAVE_IOHIDMANAGER to qb/config.libs.sh 2015-04-20 12:04:31 +02:00
drivers_joypad (PS3) Buildfixes 2015-04-14 21:58:39 +02:00
drivers_keyboard (Apple) Fix one warning 2015-04-20 00:49:00 +02:00
inc/GameController (iOS) Move files around for MFi gamepad code 2015-04-05 15:41:41 +02:00
input_autodetect.c Added check to make sure ident was not an empty string. 2015-04-21 23:06:21 -04:00
input_autodetect.h Simplify input_autodetect 2015-03-27 16:57:58 +01:00
input_common.c (input_common.c) Remove strings.h 2015-04-06 18:31:48 +02:00
input_common.h
input_driver.c (Cocoa) Start renaming input_apple to input_cocoa 2015-04-19 17:58:15 +02:00
input_driver.h (Cocoa) Start renaming input_apple to input_cocoa 2015-04-19 17:58:15 +02:00
input_hid_driver.c (Apple) Rename apple_hid to iohidmanager_hid 2015-04-20 11:52:10 +02:00
input_hid_driver.h (Apple) Rename apple_hid to iohidmanager_hid 2015-04-20 11:52:10 +02:00
input_joypad_driver.c Rename rarch_joypad_driver_t to input_device_driver_t 2015-04-14 16:37:59 +02:00
input_joypad_driver.h Rename rarch_joypad_driver_t to input_device_driver_t 2015-04-14 16:37:59 +02:00
input_joypad.c Rename rarch_joypad_driver_t to input_device_driver_t 2015-04-14 16:37:59 +02:00
input_joypad.h Rename rarch_joypad_driver_t to input_device_driver_t 2015-04-14 16:37:59 +02:00
input_keymaps.c Buildfix for input_keymaps.c 2015-04-11 01:20:52 +02:00
input_keymaps.h
input_overlay.c (Overlay) Refactor input_overlay_load_desc_image 2015-04-13 20:02:06 +02:00
input_overlay.h (Overlay) Create OVERLAY_IMAGE_TRANSFER_DESC_IMAGE_ITERATE 2015-03-19 23:13:25 +01:00
input_remapping.c Pass device pointer to input_remapping_state 2015-04-10 03:10:01 +02:00
input_remapping.h Pass device pointer to input_remapping_state 2015-04-10 03:10:01 +02:00
input_sensor.c Go through driver_get_ptr to grab pointer to driver struct 2015-03-18 19:40:00 +01:00
input_sensor.h
keyboard_line.c global_get_ptr update pt. 2 2015-03-21 05:42:49 +01:00
keyboard_line.h