Skip to content

Commit d14bf2f

Browse files
Update CHANGES.md
1 parent fd54639 commit d14bf2f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Future
2+
3+
# 1.21.0
24
- 3DS: Fix unique IDs for newer cores
5+
- 3DS: Fixes
36
- APPLE: Enable Vulkan emulated mailbox
47
- APPLE: Include b2 core in App Store builds
58
- APPLE: CoreMIDI driver for IOS/MacOS
@@ -13,19 +16,23 @@
1316
- AUDIO/PIPEWIRE: Pass the new rate to the audio driver
1417
- CAMERA: Add PipeWire camera driver
1518
- CAMERA: Add ffmpeg camera driver
19+
- CHEAT: Rewrite part of cheat_manager_load_cb_second_pass()
1620
- CHEEVOS: Include achievement state in netplay states
1721
- CHEEVOS: Fix crash when entering achievements in quick menu while client is not present
22+
- CHEEVOS: Restore cheevos_badges_enable for HAVE_GFX_WIDGETS builds
1823
- CLI: Allow --entryslot to fall back to normal states
1924
- CLOUDSYNC: Fix Windows path issues
2025
- CLOUDSYNC: Workaround for duplicated requests bug
2126
- CLOUDSYNC: Workaround for 301 redirects
2227
- CLOUDSYNC: Handle ignored directories properly
28+
- EMSCRIPTEN: Added new AudioWorklet driver, a fast callback-based audio driver
2329
- EMSCRIPTEN: Scale window to correct size
2430
- EMSCRIPTEN: Additional platform functions
2531
- EMSCRIPTEN: Add new default video context driver: emscriptenwebgl_ctx
2632
- EMSCRIPTEN: Add new audio driver: AudioWorklet
2733
- EMSCRIPTEN: Add new modernized web player which will eventually replace the existing one
2834
- EMSCRIPTEN/RWEBINPUT: Add touch input support
35+
- GAMECUBE: Fixes
2936
- GENERAL: Fix save state auto increment
3037
- GENERAL: Fix softpatching with periods/dots in the file name
3138
- GENERAL: Fix compilation with --enable-videocore
@@ -44,12 +51,16 @@
4451
- INPUT/COCOA: Allow mouse input while mouse overlay is active
4552
- INPUT/WINRAW: Invert mouse index order
4653
- IOS: Ensure webserver notice can be dismissed
54+
- IOS: Fix rescanning manual playlists after app update
4755
- IOS: Fix clean playlist function
4856
- IOS: Fix crash when scanning
4957
- IOS: Fix jump back to selected item when closing content
5058
- IOS: Fix shared GL context setup
5159
- IOS: Update Launch Screen
60+
- IOS: Screen orientation lock through display server
61+
- IOS: Fix rescanning manual playlists after app update
5262
- LAKKA: Remove bluetooth device after disconnection
63+
- LINUX/X11: Extend X11 input driver with XInput2 extensions for multi-mouse
5364
- MACOS: Fix some sandbox handling in App Store builds
5465
- MACOS: Reset keyboard state when focus is lost
5566
- MENU: Add SSL support to the information list
@@ -73,13 +84,19 @@
7384
- MENU/XMB: Fix Light theme, font shadow
7485
- MENU/XMB: Appearance menu cleanup
7586
- MENU/XMB: Icon thumbnail can be any of the existing types
87+
- MISC: Guard nanosleep prototype behind _POSIX_TIMERS
88+
- MISC: Use fabsf and intended threshold for refresh rate check
89+
- MISC: Use platform-specific checks for invalid descriptors
7690
- MIDI: Add dropdown items for midi device selection
7791
- NETWORK: Refactor of net_http, improvements for task blocking and performance
7892
- NETWORK: Follow http redirects in net_http
7993
- NETWORK: Expire failed DNS lookups much faster
8094
- NETWORK: Fix netplay when using netpacket interface with recent cheevos
95+
- NETWORK/HTTP: Fix crash in net_http_resolve() in single-thread mode
96+
- OVERLAY: Fix overlay lightgun, mouse & pointer
8197
- OVERLAY: Preferred overlay loading is now default only on mobile platforms
8298
- OVERLAY: Improve analog recentering when touching the area just outside the recentering zone
99+
- QT: Enable non-png thumbnails also for Qt interface
83100
- REPLAY: Fix issue when replaying old format input recordings in newer RetroArch
84101
- TTS: Fix initial text-to-speech on Windows
85102
- TVOS: Fix 720p display
@@ -90,7 +107,15 @@
90107
- VIDEO: Enable BFI setting for mobile platforms (mind the warnings)
91108
- VIDEO/OpenGLES: Fix FP/sRGB FBO support
92109
- VIDEO/SHADERS: Allow exact refresh rate sync with shader subframes
110+
- VIDEO/SHADERS: FIX shader wildcards
93111
- VIDEO/VULKAN: Enable adaptive vsync
112+
- VIDEO/V4L2: Added resolution picker/forcing.
113+
- VIDEO/V4L2: Rewrote logic for finding ALSA audio devices in enumerate_audio_devices function
114+
- VIDEO/V4L2: Added a skip for some of the interface queries that fail and aren't required for magewell usb.
115+
- VITA: Fixes
116+
- WINDOWS: Win32 socket improvements
117+
- WII: Fixes
118+
- WIIU: Fixes
94119
- WEBPLAYER: Update core list for 1.20.0
95120

96121
# 1.20.0

0 commit comments

Comments
 (0)