RetroArch/libretro-common/file
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
..
nbio [ORBIS] Remove legacy implementation and compile with Werror 2022-05-21 17:10:35 +02:00
archive_file.c Allow loading files from archive subdirectory (#13443) 2022-01-11 13:59:38 +01:00
archive_file_7z.c (7zip) Use normal stdint.h types that don't conflict with PowerPC 2021-08-07 01:43:08 +02:00
archive_file_zlib.c Prevent unnecessary extraction (to disk) of compressed content files + task_content.c clean-ups 2021-05-20 17:08:51 +01:00
config_file.c (config_file.c) Cleanups - config_file_extract_value - only 2022-07-11 12:58:03 +02:00
config_file_userdata.c Add several LCD-effect video filters 2020-09-24 16:11:07 +01:00
file_path.c Small opts (#14186) 2022-07-19 10:01:33 +02:00
file_path_io.c (libretro-common) Style nits/cleanups 2022-07-10 18:13:49 +02:00
retro_dirent.c Cleanups/comments 2020-07-07 05:58:07 +02:00