RetroArch/tasks
Joe Osborn fbf2c70e0d
Some checks failed
CI 3DS / build (push) Has been cancelled
CI Android / build (push) Has been cancelled
CI DOS/DJGPP / build (push) Has been cancelled
CI Emscripten / build (push) Has been cancelled
CI GameCube / build (push) Has been cancelled
CI Linux (i686) / build (push) Has been cancelled
CI Windows (MSVC) / msvc (Debug, x64, 2019) (push) Has been cancelled
CI Windows (MSVC) / msvc (Debug, x64, 2022) (push) Has been cancelled
CI Windows (MSVC) / msvc (Release, x64, 2019) (push) Has been cancelled
CI Windows (MSVC) / msvc (Release, x64, 2022) (push) Has been cancelled
CI Windows (MSVC) / msvc (Release, x64, UWP) (push) Has been cancelled
CI Windows (MSVC) / msvc (ReleaseAngle, x64, UWP) (push) Has been cancelled
CI macOS / build (push) Has been cancelled
CI Miyoo ARM32 / build (push) Has been cancelled
CI PS2 / build (push) Has been cancelled
CI PS4/ORBIS / build (push) Has been cancelled
CI PSP / build (push) Has been cancelled
CI PSVita / build (push) Has been cancelled
CI RS90 Odbeta MIPS32 / build (push) Has been cancelled
CI RetroFW MIPS32 / build (push) Has been cancelled
CI Switch/libnx / build (push) Has been cancelled
CI Wii / build (push) Has been cancelled
CI WiiU / build (push) Has been cancelled
CI Windows i686 (MXE) / build (push) Has been cancelled
CI Windows x64 (MXE) / build (push) Has been cancelled
RetroArch CI / linux-c89 (push) Has been cancelled
CI webOS / build (push) Has been cancelled
replay format extended to support external tools (#17042)
- replays now start each frame with the number of key events (8 bit
unsigned int, then key events) and the number of input events (16 bit
unsigned int, then the input events)
- this makes it possible to parse replay files without any core
loaded, and makes replays more portable if cores change their polling
strategies
- external tools can now parse replay files
- old (vsn 0) replays will still play back, but new (vsn 1) replays
will not play on old RA
- replay files grow faster now, with each input poll now taking 8
bytes instead of 2
2024-10-04 12:47:34 -07:00
..
task_audio_mixer.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_audio_mixer.h Fixes --disable-menu 2021-10-15 14:32:07 +02:00
task_autodetect_blissbox.c Reduce strlcat calls where possible 2023-06-19 06:00:10 +02:00
task_autodetect.c Autoconfig extension with alternative name/vid/pid (#16990) 2024-09-12 11:50:46 -07:00
task_bluetooth.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_cloudsync.c Fix typos (#17068) 2024-10-01 17:36:33 -07:00
task_content_disc.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_content.c * Inline find_last_slash 2024-09-10 16:02:06 +02:00
task_content.h Add 'Standalone Cores' menu (#13655) 2022-02-22 19:23:48 +01:00
task_core_backup.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_core_updater.c Fix typos (#17068) 2024-10-01 17:36:33 -07:00
task_database_cue.c Fix typos (#17068) 2024-10-01 17:36:33 -07:00
task_database_cue.h (task_database) Use size_t for size to prevent narrowing issue 2024-05-24 03:33:20 +02:00
task_database.c Fix scanning .chd files (#16986) 2024-09-10 15:47:37 -07: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 Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_image.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_manual_content_scan.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_menu_explore.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_movie.c replay format extended to support external tools (#17042) 2024-10-04 12:47:34 -07:00
task_netplay_find_content.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_netplay_lan_scan.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_netplay_nat_traversal.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_overlay.c Fix typos (#17068) 2024-10-01 17:36:33 -07:00
task_patch.c Cleanup some char variables - title variables will always be 128 2024-09-10 00:15:23 +02:00
task_pl_thumbnail_download.c Make individual thumbnail downloads obey filename match setting. (#16826) 2024-09-10 17:36:25 -07:00
task_playlist_manager.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02: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 Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
task_screenshot.c Transfer structs/enums over to task_screenshot.c 2024-09-10 23:17:19 +02:00
task_steam.c Fix steam build (#17007) 2024-09-16 13:15:19 -07:00
task_translation.c Fix typos (#17068) 2024-10-01 17:36:33 -07:00
task_wifi.c Rewrite libretro-common task_queue, use flags 2024-09-10 02:42:07 +02:00
tasks_internal.h Transfer structs/enums over to task_screenshot.c 2024-09-10 23:17:19 +02:00