RetroArch/input
LibretroAdmin 94ed25be56
Cleanups (#14296)
- (database_info.c) Optimizations for database_info_build_query_enum() -
 it would call strlcat at the very least 3 times, normally more than that.
 Every strlcat call is at least one or more strlens. Reduce it all down
 to manual string concatenation and one strlcat
- (database_info_build_query_enum) - always NULL terminates string so no need for NULL termination done by callee
* (menu_displaylist) use smaller strings for basename paths, remove one unnecessary string
in menu_displaylist.c function
- (disk_index_file.c) Avoid another trivial string concatenation by doing
it manually after fill_pathname_join_special
- (fill_pathname_join_delim) since fill_pathname_join_delim() now has a return value, use it for 
string concatenation
- (platform_unix) - Use BUFSIZ as size for a buffer in system_property_get
- some other trivial strlcat usage replacements
2022-08-06 18:04:40 +02:00
..
common (Wayland) Create wl_data_device only when wl_seat and wl_data_device_manager exist 2022-03-23 06:52:16 +01:00
connect Small opts (#14186) 2022-07-19 10:01:33 +02:00
drivers (Android) Backport 2020e9ce6a - 2022-07-08 21:03:19 +02:00
drivers_hid Wii U: Fix USB get_device_name(), don't truncate to three chars 2022-03-29 18:25:27 +01:00
drivers_joypad Cleanups pt.2 2022-05-22 20:29:53 +02:00
drivers_keyboard [iOS] New iOS 13 project to support Swift; Custom keyboard and touch mouse support (#13435) 2022-02-22 08:21:34 +01:00
include Finish up the OSX DS3 driver 2021-10-16 14:52:56 -07:00
input_autodetect_builtin.c (Android) Backport 2020e9ce6a - 2022-07-08 21:03:19 +02:00
input_defines.h Add hotkey for toggling sync to exact content framerate (#13725) 2022-03-10 17:21:08 +01:00
input_driver.c Cleanups (#14296) 2022-08-06 18:04:40 +02:00
input_driver.h Silence more -Wdocumentation warnings 2022-07-15 01:12:04 +02:00
input_keymaps.c [ORBIS] Initial changes for PS4 2022-05-21 16:31:10 +02:00
input_keymaps.h [ORBIS] Initial changes for PS4 2022-05-21 16:31:10 +02:00
input_osk.h Get rid of input_event_get_osk_ptr/get_osk_grid 2021-10-01 07:37:33 +02:00
input_osk_utf8_pages.h Rename menu_osk.c to input_osk.c 2020-02-26 05:49:23 +01:00
input_overlay.h move input_poll_overlay to input_driver.c 2021-09-30 21:29:35 +02:00
input_remapping.h Add 'Manage Remap Files' submenu + automatically save input remaps when closing content 2022-03-16 18:59:49 +01:00
input_types.h Move struct and macros for input to input_types.h 2022-05-29 21:58:39 +02:00