Skip to content

Commit 5cf14cc

Browse files
authored
Changes up to 2025-03-11
1 parent c94e4cf commit 5cf14cc

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGES.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# Future
22
- 3DS: Fix unique IDs for newer cores
3+
- APPLE: Enable Vulkan emulated mailbox
4+
- APPLE: Include b2 core in App Store builds
5+
- APPLE: CoreMIDI driver for IOS/MacOS
6+
- APPLE: CoreLocation driver for IOS/MacOS
37
- AUTOCONF: Enable alternative display name in autoconfig files
8+
- AUTOCONF: Make autoconfig failure messages optional
9+
- AUDIO: Option to mute on rewind
410
- AUDIO/PIPEWIRE: Fix app launch when pipewire service is stopped
511
- AUDIO/PIPEWIRE: Fix speedup with threaded video mode
612
- AUDIO/PIPEWIRE: Fix latency setting and microphone handling
13+
- AUDIO/PIPEWIRE: Pass the new rate to the audio driver
14+
- CAMERA: Add PipeWire camera driver
15+
- CAMERA: Add ffmpeg camera driver
716
- CHEEVOS: Include achievement state in netplay states
17+
- CHEEVOS: Fix crash when entering achievements in quick menu while client is not present
18+
- CLI: Allow --entryslot to fall back to normal states
819
- CLOUDSYNC: Fix Windows path issues
920
- CLOUDSYNC: Workaround for duplicated requests bug
21+
- CLOUDSYNC: Workaround for 301 redirects
22+
- CLOUDSYNC: Handle ignored directories properly
1023
- EMSCRIPTEN: Scale window to correct size
1124
- EMSCRIPTEN: Additional platform functions
1225
- EMSCRIPTEN/RWEBINPUT: Add touch input support
@@ -15,30 +28,66 @@
1528
- GENERAL: Fix compilation with --enable-videocore
1629
- GENERAL: Allow asset directory redefinition and other directory overrides via environment variables
1730
- GENERAL: Allow override of player 1/2 input with machine learning models (needs recompilation and external library)
31+
- GENERAL: Fix performance counter option not remembered between sessions
32+
- GENERAL: Create security statement
33+
- GENERAL: Fix crash when core is not selected
34+
- GENERAL: Use core fps instead of screen refresh for calculating dropped frames
1835
- INPUT: Fix a crash when initializing illuminance sensor on Linux
1936
- INPUT: Analog-to-digital refactor, fixing behavior when analogs are assigned to keys
37+
- INPUT: Turbo fire overhaul. See https://github.com/libretro/RetroArch/pull/17633
38+
- INPUT/ANDROID: Fix game focus and pause handling
2039
- INPUT/COCOA: Include gravity in acceleration sensor values
40+
- INPUT/COCOA: Fix relative mouse input
41+
- INPUT/COCOA: Allow mouse input while mouse overlay is active
2142
- INPUT/WINRAW: Invert mouse index order
2243
- IOS: Ensure webserver notice can be dismissed
2344
- IOS: Fix clean playlist function
45+
- IOS: Fix crash when scanning
46+
- IOS: Fix jump back to selected item when closing content
47+
- IOS: Fix shared GL context setup
48+
- IOS: Update Launch Screen
49+
- LAKKA: Remove bluetooth device after disconnection
2450
- MACOS: Fix some sandbox handling in App Store builds
2551
- MACOS: Reset keyboard state when focus is lost
2652
- MENU: Add SSL support to the information list
2753
- MENU: Add warning to BFI and related menu items
2854
- MENU: Fix latency statistics when using runahead
2955
- MENU: Fix opening file inside archive with core selection
56+
- MENU: Main menu unified between different menu drivers
57+
- MENU: Visibility toggle for playlist tabs
58+
- MENU: Color the notification icon by message category
59+
- MENU: Gray Dark+Light theme adjustments
60+
- MENU/GLUI: Menu back button switches tabs like in other menu drivers
61+
- MENU/GLUI: Tab selection option is honored
62+
- MENU/GLUI: Fix CD icon appearing when no icon is specified
63+
- MENU/GLUI: Allow fullscreen thumbnail browsing
64+
- MENU/GLUI: Save state thumbnails
3065
- MENU/PLAYLISTS: Random selection/shuffle function
3166
- MENU/QT: Fix desktop menu crash with Cheevos disabled
3267
- MENU/RGUI: Cleanups of certain menu items
68+
- MENU/RGUI: Thumbnail fixes
69+
- MENU/OZONE: Fix messagebox background
70+
- MENU/XMB: Fix Light theme, font shadow
71+
- MENU/XMB: Appearance menu cleanup
72+
- MENU/XMB: Icon thumbnail can be any of the existing types
73+
- MIDI: Add dropdown items for midi device selection
3374
- NETWORK: Refactor of net_http, improvements for task blocking and performance
75+
- NETWORK: Follow http redirects in net_http
76+
- NETWORK: Expire failed DNS lookups much faster
77+
- NETWORK: Fix netplay when using netpacket interface with recent cheevos
3478
- OVERLAY: Preferred overlay loading is now default only on mobile platforms
79+
- OVERLAY: Improve analog recentering when touching the area just outside the recentering zone
80+
- REPLAY: Fix issue when replaying old format input recordings in newer RetroArch
81+
- TTS: Fix initial text-to-speech on Windows
3582
- TVOS: Fix 720p display
3683
- TVOS: Fix refresh rate fetching on tvOS 13/14
84+
- TVOS: Update Top Shelf art
3785
- SAVESTATES: Reset state index when loading new content
3886
- UWP: Fix slang shader compilation
3987
- VIDEO: Enable BFI setting for mobile platforms (mind the warnings)
4088
- VIDEO/OpenGLES: Fix FP/sRGB FBO support
4189
- VIDEO/SHADERS: Allow exact refresh rate sync with shader subframes
90+
- VIDEO/VULKAN: Enable adaptive vsync
4291
- WEBPLAYER: Update core list for 1.20.0
4392

4493
# 1.20.0

0 commit comments

Comments
 (0)