mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
* (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 |
||
---|---|---|
.. | ||
nbio | ||
archive_file.c | ||
archive_file_7z.c | ||
archive_file_zlib.c | ||
config_file.c | ||
config_file_userdata.c | ||
file_path.c | ||
file_path_io.c | ||
retro_dirent.c |