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
45
+
- FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
42
46
- 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.
43
47
- INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
44
48
- INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event
@@ -50,6 +54,9 @@ require fullpath or not, small and big ZIP files).
50
54
- INPUT/WAYLAND: Add wayland to input driver list
51
55
- INPUT/MENU: move port X binds into retropad binds submenu and add appropriate help text and sublabels to discourage people from messing around in there unnecessarily
52
56
- INPUT/MENU: Add menu icons to 'RetroPad Binds'
57
+
- INPUT/MENU/OSK: Allow more keyboard actions with menu osk
58
+
- INPUT/REMAP: Remap label fix when no autoconf profile active
59
+
- INPUT/REMAP: Add 'Save As' option for remaps and overrides
53
60
- INPUT/OVERLAY: Add overlay parameter to control x/y separation in auto-scale mode
and osk_toggle hotkey. Use overlay caching for osk_toggle.
@@ -78,23 +85,29 @@ Loading a cached overlay is done as a swap, intended for osk_toggle.
78
85
- TVOS: Also handle tap events on tvOS
79
86
- TVOS: Back up retroarch.cfg to NSUserDefaults on tvOS.
80
87
- TVOS: tvOS has its own beautiful screensavers and I would like them
81
-
- TVOS: tvOS Siri remote handling
88
+
- TVOS: tvOS Siri remote handling
89
+
- TVOS: Fix accidental left/right keypresses on tvOS
90
+
- TVOS/CONFIG: Avoid a crash if there is no backed up config file on tvOS
82
91
It's not really usable as a game controller, but it is good for going
83
92
through the menu as a simple LRUD.
84
93
This also adds better support for names of mFI controllers, as well as
85
94
being able to do the expected tvOS behavior of "backing out" of the app.
86
95
- TVOS: AltKit support for tvOS
96
+
- INTL: Fix language detection in Canada to English
87
97
- LANGEXTRA: Enable language autodetect for all builds with LANGEXTRA
88
98
- LIBRETRO: Add new context hardware render enums - enables autodetection of DX12 for PS2 core
89
99
- LIBRETRO: Add API to check JIT availability on iOS
90
100
- 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.
91
101
- LIBRETRO/MICROPHONE: Add new API for microphone support.
92
102
- LIBRETRO: Add new API for querying the device's power state.
93
103
- 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
+
- MIDI: Show MIDI output first
94
105
- MENU: Start directory browsing from current value
95
106
- MENU: Fix menu toggle combo hold with same 'enable_hotkey'
96
107
- MENU: Add menu scroll home+end actions
97
108
- MENU: Menu navigation acceleration adjustments
109
+
- MENU: Audio synchronization menu cleanup
110
+
- MENU: Menu value label cleanup
98
111
- MENU: Show playlist history/favorites icons by default
99
112
- MENU: Remove advanced option flag from video rotation + orientation
100
113
- MENU: Combine audio resampler menu with audio output menu
@@ -109,12 +122,17 @@ being able to do the expected tvOS behavior of "backing out" of the app.
109
122
- MENU: Replaced hack fix for focusing the first item after returning from core suggestion "Run" menu after association reset
110
123
- MENU: Fixed setting core association in history/favorites after resetting it and running without setting
111
124
- MENU: Relocate playlist manager core association options to prevent accidental resets with Start
0 commit comments