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
..
2022-04-22 05:39:14 +02:00
2022-05-23 20:40:31 +02:00
2022-07-06 20:05:43 +02:00
2022-07-12 20:44:00 +02:00
2020-10-05 21:54:07 +02:00
2022-07-19 10:01:33 +02:00
2020-08-15 00:35:15 +02:00
2020-08-25 20:39:06 +02:00
2022-07-19 10:01:33 +02:00
2022-07-11 14:00:35 +02:00