mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
29774f5b7a
* (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 |
||
---|---|---|
.. | ||
connect_nesusb.c | ||
connect_ps2adapter.c | ||
connect_ps3.c | ||
connect_ps4_hori_mini.c | ||
connect_ps4.c | ||
connect_psxadapter.c | ||
connect_retrode.c | ||
connect_snesusb.c | ||
connect_wii.c | ||
connect_wiiugca.c | ||
connect_wiiupro.c | ||
joypad_connection.c | ||
joypad_connection.h |