RetroArch/input/connect
LibretroAdmin 29774f5b7a
Small opts (#14186)
* (joypad_connection) Small optimizations -
* Turn functions static where possible
* Hose strlen call out of loop

* (input_driver.c) General cleanups:
* Some small code/style nits

task_screenshot.c:
* Move widget callback function for screenshots to task_screenshot.c

(file_path.c):
* Turn get_pathname_num_slashes into static function
* path_linked_list_free - always returns true, so get rid of return value
* path_linked_list_new - fix function signature
* path_get_archive_delim - do not NULL-terminate string, already done by strlcpy later on

General:
* Slight optimizations - use int/size_t for loop counter variable instead of unsigned
* Take advantage of fact that strlcpy already NULL-terminates, so don't do this explicitly
outside if we're just going to end up calling strlcpy/fill_pathname_join on it anyway
2022-07-19 10:01:33 +02:00
..
connect_nesusb.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_ps2adapter.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_ps3.c Fix local header path includes 2021-12-04 16:11:02 +01:00
connect_ps4_hori_mini.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_ps4.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_psxadapter.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_retrode.c Use "Retrode" as device name 2022-03-27 04:35:06 +01:00
connect_snesusb.c Implement button() for most HID drivers 2021-10-05 17:43:03 +00:00
connect_wii.c (input/connect) Style nits 2021-10-06 02:52:19 +02:00
connect_wiiugca.c add github action for c89 build (#13186) 2021-11-05 00:05:13 +01:00
connect_wiiupro.c Implement button() for most HID drivers 2021-10-05 17:43:03 +00:00
joypad_connection.c Small opts (#14186) 2022-07-19 10:01:33 +02:00
joypad_connection.h Wii: Fix find_connection_entry(): needs unsigned int 2022-03-15 17:43:46 +01:00