RetroArch/input
Joe Osborn 2baf9ec7e0
Enqueue replay record/playback until next frame (#15751)
* Enqueue replay record/playback until next frame

This fixes a bug where stdin commands activated via polling would
trigger replay record/playback in the middle of a frame, then input
checking would pull from them before the next frame came around---it
only makes sense to change the active replay in between frames, not
during them.

* fix comment syntax
2023-10-04 00:53:51 -07:00
..
common (Wayland) Apply output scale to touch inputs 2023-07-21 22:31:51 +02:00
connect Buildfix 2023-02-23 19:06:55 +01:00
drivers (Udev) style nits/cleanups 2023-08-16 15:45:50 +02:00
drivers_hid Fix several warnings 2023-07-02 05:46:45 +02:00
drivers_joypad (wiiu_joypad.c) Small cleanups 2023-08-20 04:06:48 +02:00
drivers_keyboard Fix C++ comments 2022-10-01 17:56:16 +02:00
include (Subsystem) Cleanups 2023-02-19 12:15:45 +01:00
input_autodetect_builtin.c Fixed android gamepad binds 2023-06-06 01:52:39 +02:00
input_defines.h Header uniformity - enums on top, then structs, then public declarations 2023-05-30 21:03:36 +02:00
input_driver.c Enqueue replay record/playback until next frame (#15751) 2023-10-04 00:53:51 -07:00
input_driver.h Enqueue replay record/playback until next frame (#15751) 2023-10-04 00:53:51 -07:00
input_keymaps.c Revive/rewrite Keyboard Overlay and OSK Toggle 2023-07-09 04:42:49 +02:00
input_keymaps.h Revive/rewrite Keyboard Overlay and OSK Toggle 2023-07-09 04:42:49 +02:00
input_osk_utf8_pages.h Extended IME and Korean OSK (#14676) 2022-11-29 04:45:55 +01:00
input_osk.h Extended IME and Korean OSK (#14676) 2022-11-29 04:45:55 +01:00
input_overlay.h Overlays: Apply range_mod only for the touch inputs that trigger it (#15534) 2023-07-30 09:49:59 +02:00
input_remapping.h Minor cleanups to config_file.c 2023-07-17 09:45:52 +02:00
input_types.h Cleanups 2023-06-01 22:52:05 +02:00