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 |
||
---|---|---|
.. | ||
task_audio_mixer.c | ||
task_audio_mixer.h | ||
task_autodetect.c | ||
task_autodetect_blissbox.c | ||
task_bluetooth.c | ||
task_content.c | ||
task_content.h | ||
task_content_disc.c | ||
task_core_backup.c | ||
task_core_updater.c | ||
task_database.c | ||
task_database_cue.c | ||
task_decompress.c | ||
task_file_transfer.c | ||
task_file_transfer.h | ||
task_http.c | ||
task_image.c | ||
task_manual_content_scan.c | ||
task_menu_explore.c | ||
task_netplay_find_content.c | ||
task_netplay_lan_scan.c | ||
task_netplay_nat_traversal.c | ||
task_overlay.c | ||
task_patch.c | ||
task_pl_thumbnail_download.c | ||
task_playlist_manager.c | ||
task_powerstate.c | ||
task_powerstate.h | ||
task_save.c | ||
task_screenshot.c | ||
task_steam.c | ||
task_translation.c | ||
task_wifi.c | ||
tasks_internal.h |