RetroArch/tasks
twinaphex cd6e1cf3fa (libretro-common) string_list - add string_list_initialize
and string_list_deinitialize - takes a pointer to initialize
and deinitialize a string list, but importantly does not
implicitly allocate and deallocate the string list pointer
itself. This way, string lists can be put on the stack instead
of always implicitly being put on heap - the struct itself is
small enough to fit on stack
2020-08-24 00:43:55 +02:00
..
task_audio_mixer.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_audio_mixer.h Merge audio_driver.c into retroarch.c 2019-06-17 12:49:21 +02:00
task_autodetect_blissbox.c Rewrite 'task_autodetect.c': Ensure thread safety + clean-ups/rationalisation 2020-07-14 17:46:58 +01:00
task_autodetect.c More struct alignment 2020-08-14 17:11:18 +02:00
task_bluetooth.c Add bluetoothctl bluetooth driver 2020-06-24 12:53:27 +03:00
task_content.c (libretro-common) string_list - add string_list_initialize 2020-08-24 00:43:55 +02:00
task_content.h (QT) Populate 'db_name' and 'crc32' fields when adding entries to content history 2020-03-06 14:00:04 +00:00
task_core_backup.c Cleanup 2020-08-18 10:57:42 +02:00
task_core_updater.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_database_cue.c More strings being moved from heap to stack 2020-08-18 14:47:57 +02:00
task_database.c Clean up more string variables on heap - move to stack 2020-08-18 14:26:15 +02:00
task_decompress.c task_decompress.c - get rid of logging 2020-01-25 17:22:24 +01:00
task_file_transfer.c Add HAVE_AUDIOMIXER switch 2019-07-11 11:51:06 +02:00
task_file_transfer.h Struct reorders 2020-08-14 18:51:50 +02:00
task_http.c Struct reorders 2020-08-14 18:51:50 +02:00
task_image.c Reorder structs, alignment 2020-08-15 00:44:35 +02:00
task_manual_content_scan.c Struct reordering 2020-08-14 18:58:09 +02:00
task_netplay_find_content.c Struct reordering 2020-08-14 18:58:09 +02:00
task_netplay_lan_scan.c add some copyright on files I contributed considerably just in case 2019-06-20 05:45:17 +02:00
task_netplay_nat_traversal.c Cleanups 2020-06-10 16:33:44 +02:00
task_overlay.c Struct reordering 2020-08-14 18:58:09 +02:00
task_patch.c Struct reordering 2020-08-14 18:58:09 +02:00
task_pl_thumbnail_download.c Get rid of file_path_str 2020-08-22 01:06:10 +02:00
task_playlist_manager.c Struct reordering 2020-08-14 18:58:09 +02:00
task_powerstate.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_powerstate.h Header cleanups 2019-01-20 03:16:58 +01:00
task_save.c Move path variables off heap size; prevent potential memory 2020-08-18 12:44:14 +02:00
task_screenshot.c Add configuration options to sort save files, save states, and screenshots into folders named after the content directory folder. 2020-08-20 19:29:00 -05:00
task_wifi.c First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
tasks_internal.h reorder structs, alignment 2020-08-15 00:35:15 +02:00