RetroArch/tasks
Eric Warmenhoven 4b5f782fe4
iOS: Fix crash during scanning (#17489)
2025-01-30 19:57:19 +01:00
..
task_audio_mixer.c Small cleanups: * Prevent some unneccessary strlcpy calls and intermediary string copies * Name local length variables for strings '_len', parameter/argument 'len' 2024-12-28 22:22:07 +01:00
task_audio_mixer.h Fixes --disable-menu 2021-10-15 14:32:07 +02:00
task_autodetect.c Less string buffers and less string copies 2025-01-16 23:59:22 +01:00
task_autodetect_blissbox.c Cleanups - 2024-12-27 15:13:45 +01:00
task_bluetooth.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_cloudsync.c Standardize local len variable naming conventions 2025-01-15 15:00:12 +01:00
task_content.c Use find_last_slash where possible 2025-01-17 13:26:17 +01:00
task_content.h Add 'Standalone Cores' menu (#13655) 2022-02-22 19:23:48 +01:00
task_content_disc.c Local len variables need to have '_' prefix 2024-12-30 14:03:58 +01:00
task_core_backup.c Cleanups - 2024-12-27 15:13:45 +01:00
task_core_updater.c Cleanups - 2024-12-27 15:13:45 +01:00
task_database.c Function argument name standardization 2025-01-17 19:55:32 +01:00
task_database_cue.c iOS: Fix crash during scanning (#17489) 2025-01-30 19:57:19 +01:00
task_database_cue.h Small cleanups - conventionalize char *s, size_t parameter usage 2024-12-30 09:44:40 +01:00
task_decompress.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_file_transfer.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_file_transfer.h Cleanup 2020-08-24 14:35:25 +02:00
task_http.c Conventionalize len variables: 2024-12-27 05:51:33 +01:00
task_image.c Conventionalize len variables: 2024-12-27 05:51:33 +01:00
task_manual_content_scan.c Cleanups - 2024-12-27 15:13:45 +01:00
task_menu_explore.c Function argument name standardization 2025-01-17 19:55:32 +01:00
task_movie.c Cleanups - 2024-12-27 15:13:45 +01:00
task_netplay_find_content.c Cleanups - 2024-12-27 15:13:45 +01:00
task_netplay_lan_scan.c Revert "(pt. 2) static variables are initialized to '0' automatically as per C rules" 2024-11-19 03:03:05 +01:00
task_netplay_nat_traversal.c Revert "(pt. 2) static variables are initialized to '0' automatically as per C rules" 2024-11-19 03:03:05 +01:00
task_overlay.c Buildfixes and warning fixes 2025-01-17 12:03:30 +01:00
task_patch.c Standardize naming of local len variables 2024-12-30 14:27:24 +01:00
task_pl_thumbnail_download.c Standardize naming of local len variables 2024-12-30 14:27:24 +01:00
task_playlist_manager.c Reduce calls to path_remove_extension - use fill_pathname instead (#17270) 2024-12-20 21:40:58 -08:00
task_powerstate.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_powerstate.h Fix header include - should have been relative 2021-11-05 00:09:45 +01:00
task_save.c Cleanups/style nits 2025-01-17 20:06:47 +01:00
task_screenshot.c Fix savestate thumbnails - '.png' needs to be appended to the total 2024-12-30 23:39:36 +01:00
task_steam.c Cleanups - 2024-12-27 15:13:45 +01:00
task_translation.c * Use fill_pathname_basedir where possible 2025-01-15 22:17:59 +01:00
task_wifi.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
tasks_internal.h cleanup: minor tidying of unused code in task_http (#17251) 2024-12-11 22:54:26 -08:00