Skip to content

Commit a680bf2

Browse files
Update CHANGES.md
1 parent 9052192 commit a680bf2

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- ANDROID: Prevent the android quick tap mouse click emulation while pressing a button on the on-screen overlay
77
- AUDIO: Fast-Forward Audio Resampling
88
- AUDIO: Reinit audio on audio sync toggle
9+
- AUDIO: Count audio samples in stats when rate control is disabled
910
- AUDIO/PULSEAUDIO: Support device list for PulseAudio
1011
- AUDIO/WASAPI: WASAPI Frame Delay fix + cleanups
1112
- AUDIO/WASAPI/MIDI: Frame Delay correction
@@ -30,15 +31,18 @@ require fullpath or not, small and big ZIP files).
3031
- CHEEVOS: Collapse trackers with same value definition
3132
- CRT/SWITCHRES: Don't always force core aspect ratio
3233
- CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen
34+
- CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch
3335
- CRT/SWITCHRES/KMS: Add KMS modeswitch
3436
- COMMAND: Make cmd interface more useful for replay information
3537
- D3D11: Fix memory corruption in d3d11_gfx_init
3638
- D3D12: Enable blending when drawing the menu
3739
- D3D12: Move fence signaling out of d3d12_gfx_sync
3840
- D3D12: Add D3D12 HW_render support
41+
- DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads
3942
- EMSCRIPTEN: Fix Emscripten sleep function/macro
4043
- EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition
4144
- EMSCRIPTEN/OPENAL: Make openal default audio driver
45+
- FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
4246
- 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.
4347
- INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
4448
- 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).
5054
- INPUT/WAYLAND: Add wayland to input driver list
5155
- 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
5256
- 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
5360
- INPUT/OVERLAY: Add overlay parameter to control x/y separation in auto-scale mode
5461
- INPUT/OVERLAY: Revive/rewrite Keyboard Overlay and OSK Toggle. Add keyboard overlay preset, keyboard submenu,
5562
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.
7885
- TVOS: Also handle tap events on tvOS
7986
- TVOS: Back up retroarch.cfg to NSUserDefaults on tvOS.
8087
- 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
8291
It's not really usable as a game controller, but it is good for going
8392
through the menu as a simple LRUD.
8493
This also adds better support for names of mFI controllers, as well as
8594
being able to do the expected tvOS behavior of "backing out" of the app.
8695
- TVOS: AltKit support for tvOS
96+
- INTL: Fix language detection in Canada to English
8797
- LANGEXTRA: Enable language autodetect for all builds with LANGEXTRA
8898
- LIBRETRO: Add new context hardware render enums - enables autodetection of DX12 for PS2 core
8999
- LIBRETRO: Add API to check JIT availability on iOS
90100
- 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.
91101
- LIBRETRO/MICROPHONE: Add new API for microphone support.
92102
- LIBRETRO: Add new API for querying the device's power state.
93103
- 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
94105
- MENU: Start directory browsing from current value
95106
- MENU: Fix menu toggle combo hold with same 'enable_hotkey'
96107
- MENU: Add menu scroll home+end actions
97108
- MENU: Menu navigation acceleration adjustments
109+
- MENU: Audio synchronization menu cleanup
110+
- MENU: Menu value label cleanup
98111
- MENU: Show playlist history/favorites icons by default
99112
- MENU: Remove advanced option flag from video rotation + orientation
100113
- 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.
109122
- MENU: Replaced hack fix for focusing the first item after returning from core suggestion "Run" menu after association reset
110123
- MENU: Fixed setting core association in history/favorites after resetting it and running without setting
111124
- MENU: Relocate playlist manager core association options to prevent accidental resets with Start
125+
- MENU: Fraction setting wraparound rounding correction
126+
- MENU: Add more missing sublabels
112127
- MENU/RGUI: Implement 'Remember Selection' option
113128
- MENU/RGUI: Fix savestate thumbnail fullscreen cancel action
114129
- MENU/RGUI: Fix and add toggle for playlist thumbnails
115130
- MENU/OZONE: Update Dracula theme
116131
- MENU/OZONE: Return to sidebar from playlist manage quick access
117132
- MENU/OZONE: Sidebar multiline scrolling
133+
- MENU/OZONE: Avoid crash if ozone sidebar_index_size is 0
134+
- MENU/OZONE: Prevent metadata and footer overlap
135+
- MENU/OZONE: Sublabel width tweak
118136
- MENU/XMB: XMB menu playlist index bugfix
119137
- MENU/XMB: Playlist label limit fixes
120138
- MENU/XMB: Prevent playlist label truncating long items even when right thumbnail is not enabled/visible
@@ -157,12 +175,14 @@ being able to do the expected tvOS behavior of "backing out" of the app.
157175
- VIDEO/SDL2: Use "nearest" scaling in menus
158176
- TASKS: Fix corrupt task progress percentage
159177
- XVIDEO/MENU: Add menu support to xvideo gfx driver, making it usable
178+
- UWP: Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform
160179
- VULKAN: Ignore Fast-Forward Frameskip option
161180
- VULKAN/KHR_DISPLAY: Support screen refresh rate with Vulkan KHR_Display context
162181
- WIN32: Increase maximum window limit
163182
- WAYLAND: Remove splash screen
164183
- WAYLAND: Check for pointer before locking it
165184
- WAYLAND: Add mouse grab/lock functionality
185+
- WAYLAND: Get system wayland-protocols path via pkg-config
166186

167187
# 1.15.0
168188
- AI SERVICE: Fix NVDA switching to Powershell on speak

0 commit comments

Comments
 (0)