mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 06:25:59 +00:00
fbf2c70e0d
- 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 |
||
---|---|---|
.. | ||
common | ||
connect | ||
drivers | ||
drivers_hid | ||
drivers_joypad | ||
drivers_keyboard | ||
include | ||
input_autodetect_builtin.c | ||
input_defines.h | ||
input_driver.c | ||
input_driver.h | ||
input_keymaps.c | ||
input_keymaps.h | ||
input_osk_utf8_pages.h | ||
input_osk.h | ||
input_overlay.h | ||
input_remapping.h | ||
input_types.h |