You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- EMSCRIPTEN/OPENAL: Make openal default audio driver
49
+
- FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording
45
50
- FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
46
51
- INPUT: Combo hold + 'enable_hotkey' correction. Fixed issue with having menu toggle hold combo in different button than 'enable_hotkey', which caused 'enable_hotkey' to also act as menu toggle if held long enough, and simplified and unified duplicate code in start+select holds to a single function.
47
52
- INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
48
53
- INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event
49
54
- INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle)
50
55
- INPUT: Send keyboard events for modifiers before other keys (for correct modifier+key input if hitboxes overlap)
51
56
- INPUT: Remember currently set keyboard mapping bits during same config read, because otherwise customized keybinds can get cleared out of the bits on the next iteration, causing keyboard events to get passed to the core when they should get blocked.
57
+
- INPUT/AUTOCONFIG: Reinit after updating autoconf profiles
52
58
- INPUT/LINUX/UDEV: Log mouse devices in info level
53
59
- INPUT/LINUX/UDEV: First working version of udev driver with touchscreen support and gestures.
54
60
- INPUT/WAYLAND: Add wayland to input driver list
@@ -76,6 +82,7 @@ Loading a cached overlay is done as a swap, intended for osk_toggle.
76
82
- IOS: On iOS, stop/start audio on interruptions
77
83
- IOS: Add accelerometer and gyroscope sensors to iOS
78
84
- IOS: iOS needs to targets 13 due to some keyboard emulation, but tvOS does not
85
+
- IOS/TVOS: Rework JIT availability checks
79
86
- IOS/TVOS: When updating playlist with detected core path, used resolved core path
80
87
- IOS/TVOS: Implement memory queries on iOS/tvOS
81
88
- IOS/TVOS: Netplay discovery through bonjour/mdns
@@ -100,11 +107,14 @@ being able to do the expected tvOS behavior of "backing out" of the app.
100
107
- LIBRETRO: Allow RETRO_ENVIRONMENT_SET_MEMORY_MAPS also after core startup. Change the comment in libretro.h about the removed limit and handle the environment call during core runtime in RetroArch.
101
108
- LIBRETRO/MICROPHONE: Add new API for microphone support.
102
109
- LIBRETRO: Add new API for querying the device's power state.
- LINUX: Input driver fix 8+ joypads. It was reported that controllers beyond 8 worked only partially (analogs yes, but not buttons), and the found fix was also confirmed.
104
112
- MIDI: Show MIDI output first
113
+
- MENU: Reorganize 'Saving' menu
105
114
- MENU: Start directory browsing from current value
106
115
- MENU: Fix menu toggle combo hold with same 'enable_hotkey'
107
116
- MENU: Add menu scroll home+end actions
117
+
- MENU: Move 'systemfiles_in_content_dir' from Saving to Core
108
118
- MENU: Menu navigation acceleration adjustments
109
119
- MENU: Audio synchronization menu cleanup
110
120
- MENU: Menu value label cleanup
@@ -124,6 +134,8 @@ being able to do the expected tvOS behavior of "backing out" of the app.
124
134
- MENU: Relocate playlist manager core association options to prevent accidental resets with Start
0 commit comments