|
1 | | -# 1.21.0 |
2 | | -- 3DS: Fix unique IDs for newer cores |
3 | | -- 3DS: Enable TLS (SSL) |
4 | | -- 3DS: Fix UI freeze when threaded rendering is enabled |
5 | | -- 3DS: Fix crash on load content |
6 | | -- 3DS: Other minor fixes |
7 | | -- APPLE: Enable Vulkan emulated mailbox |
8 | | -- APPLE: Include b2 core in App Store builds |
9 | | -- APPLE: CoreMIDI driver for IOS/MacOS |
10 | | -- APPLE: CoreLocation driver for IOS/MacOS |
11 | | -- AUTOCONF: Enable alternative display name in autoconfig files |
12 | | -- AUTOCONF: Make autoconfig failure messages optional |
13 | | -- AUDIO: Option to mute on rewind |
14 | | -- AUDIO/PIPEWIRE: Fix app launch when pipewire service is stopped |
15 | | -- AUDIO/PIPEWIRE: Fix speedup with threaded video mode |
16 | | -- AUDIO/PIPEWIRE: Fix latency setting and microphone handling |
17 | | -- AUDIO/PIPEWIRE: Pass the new rate to the audio driver |
18 | | -- CAMERA: Add PipeWire camera driver |
19 | | -- CAMERA: Add ffmpeg camera driver |
20 | | -- CHEAT: Rewrite part of cheat_manager_load_cb_second_pass() |
21 | | -- CHEEVOS: Include achievement state in netplay states |
22 | | -- CHEEVOS: Fix crash when entering achievements in quick menu while client is not present |
23 | | -- CHEEVOS: Restore cheevos_badges_enable for HAVE_GFX_WIDGETS builds |
24 | | -- CLI: Allow --entryslot to fall back to normal states |
25 | | -- CLOUDSYNC: Fix Windows path issues |
26 | | -- CLOUDSYNC: Workaround for duplicated requests bug |
27 | | -- CLOUDSYNC: Workaround for 301 redirects |
28 | | -- CLOUDSYNC: Handle ignored directories properly |
29 | | -- EMSCRIPTEN: Added new AudioWorklet driver, a fast callback-based audio driver |
30 | | -- EMSCRIPTEN: Scale window to correct size |
31 | | -- EMSCRIPTEN: Additional platform functions |
32 | | -- EMSCRIPTEN: Add new default video context driver: emscriptenwebgl_ctx |
33 | | -- EMSCRIPTEN: Add new audio driver: AudioWorklet |
34 | | -- EMSCRIPTEN: Add new modernized web player which will eventually replace the existing one |
35 | | -- EMSCRIPTEN/RWEBINPUT: Add touch input support |
36 | | -- GAMECUBE: Fixes |
37 | | -- GENERAL: Fix save state auto increment |
38 | | -- GENERAL: Fix softpatching with periods/dots in the file name |
39 | | -- GENERAL: Fix compilation with --enable-videocore |
40 | | -- GENERAL: Allow asset directory redefinition and other directory overrides via environment variables |
41 | | -- GENERAL: Allow override of player 1/2 input with machine learning models (needs recompilation and external library) |
42 | | -- GENERAL: Fix performance counter option not remembered between sessions |
43 | | -- GENERAL: Create security statement |
44 | | -- GENERAL: Fix crash when core is not selected |
45 | | -- GENERAL: Use core fps instead of screen refresh for calculating dropped frames |
46 | | -- INPUT: Fix a crash when initializing illuminance sensor on Linux |
47 | | -- INPUT: Analog-to-digital refactor, fixing behavior when analogs are assigned to keys |
48 | | -- INPUT: Turbo fire overhaul. See https://github.com/libretro/RetroArch/pull/17633 |
49 | | -- INPUT/ANDROID: Fix game focus and pause handling |
50 | | -- INPUT/COCOA: Include gravity in acceleration sensor values |
51 | | -- INPUT/COCOA: Fix relative mouse input |
52 | | -- INPUT/COCOA: Allow mouse input while mouse overlay is active |
53 | | -- INPUT/WINRAW: Invert mouse index order |
54 | | -- IOS: Ensure webserver notice can be dismissed |
55 | | -- IOS: Fix rescanning manual playlists after app update |
56 | | -- IOS: Fix clean playlist function |
57 | | -- IOS: Fix crash when scanning |
58 | | -- IOS: Fix jump back to selected item when closing content |
59 | | -- IOS: Fix shared GL context setup |
60 | | -- IOS: Update Launch Screen |
61 | | -- IOS: Screen orientation lock through display server |
62 | | -- IOS: Fix rescanning manual playlists after app update |
63 | | -- LAKKA: Remove bluetooth device after disconnection |
64 | | -- LINUX/X11: Extend X11 input driver with XInput2 extensions for multi-mouse |
65 | | -- MACOS: Fix some sandbox handling in App Store builds |
66 | | -- MACOS: Reset keyboard state when focus is lost |
67 | | -- MENU: Add SSL support to the information list |
68 | | -- MENU: Add warning to BFI and related menu items |
69 | | -- MENU: Fix latency statistics when using runahead |
70 | | -- MENU: Fix opening file inside archive with core selection |
71 | | -- MENU: Main menu unified between different menu drivers |
72 | | -- MENU: Visibility toggle for playlist tabs |
73 | | -- MENU: Color the notification icon by message category |
74 | | -- MENU: Gray Dark+Light theme adjustments |
75 | | -- MENU/GLUI: Menu back button switches tabs like in other menu drivers |
76 | | -- MENU/GLUI: Tab selection option is honored |
77 | | -- MENU/GLUI: Fix CD icon appearing when no icon is specified |
78 | | -- MENU/GLUI: Allow fullscreen thumbnail browsing |
79 | | -- MENU/GLUI: Save state thumbnails |
80 | | -- MENU/PLAYLISTS: Random selection/shuffle function |
81 | | -- MENU/QT: Fix desktop menu crash with Cheevos disabled |
82 | | -- MENU/RGUI: Cleanups of certain menu items |
83 | | -- MENU/RGUI: Thumbnail fixes |
84 | | -- MENU/OZONE: Fix messagebox background |
85 | | -- MENU/XMB: Fix Light theme, font shadow |
86 | | -- MENU/XMB: Appearance menu cleanup |
87 | | -- MENU/XMB: Icon thumbnail can be any of the existing types |
88 | | -- MISC: Guard nanosleep prototype behind _POSIX_TIMERS |
89 | | -- MISC: Use fabsf and intended threshold for refresh rate check |
90 | | -- MISC: Use platform-specific checks for invalid descriptors |
91 | | -- MIDI: Add dropdown items for midi device selection |
92 | | -- NETWORK: Refactor of net_http, improvements for task blocking and performance |
93 | | -- NETWORK: Follow http redirects in net_http |
94 | | -- NETWORK: Expire failed DNS lookups much faster |
95 | | -- NETWORK: Fix netplay when using netpacket interface with recent cheevos |
96 | | -- NETWORK/HTTP: Fix crash in net_http_resolve() in single-thread mode |
97 | | -- OVERLAY: Fix overlay lightgun, mouse & pointer |
98 | | -- OVERLAY: Preferred overlay loading is now default only on mobile platforms |
99 | | -- OVERLAY: Improve analog recentering when touching the area just outside the recentering zone |
100 | | -- QT: Enable non-png thumbnails also for Qt interface |
101 | | -- REPLAY: Fix issue when replaying old format input recordings in newer RetroArch |
102 | | -- TTS: Fix initial text-to-speech on Windows |
103 | | -- TVOS: Fix 720p display |
104 | | -- TVOS: Fix refresh rate fetching on tvOS 13/14 |
105 | | -- TVOS: Update Top Shelf art |
106 | | -- SAVESTATES: Reset state index when loading new content |
107 | | -- UWP: Fix slang shader compilation |
108 | | -- VIDEO: Enable BFI setting for mobile platforms (mind the warnings) |
109 | | -- VIDEO/OpenGLES: Fix FP/sRGB FBO support |
110 | | -- VIDEO/SHADERS: Allow exact refresh rate sync with shader subframes |
111 | | -- VIDEO/SHADERS: FIX shader wildcards |
112 | | -- VIDEO/VULKAN: Enable adaptive vsync |
113 | | -- VIDEO/V4L2: Added resolution picker/forcing. |
114 | | -- VIDEO/V4L2: Rewrote logic for finding ALSA audio devices in enumerate_audio_devices function |
115 | | -- VIDEO/V4L2: Added a skip for some of the interface queries that fail and aren't required for magewell usb. |
116 | | -- VITA: Fixes |
117 | | -- WINDOWS: Win32 socket improvements |
118 | | -- WII: Fixes |
119 | | -- WIIU: Fixes |
120 | | -- WEBPLAYER: Update core list for 1.20.0 |
| 1 | +# 1.22.0 |
| 2 | +- ANDROID: OnNewIntent handler to allow launchers start new content without closing first |
| 3 | +- ANDROID: Use app-specific storage for Google Play builds of RetroArch |
| 4 | +- ANDROID: Implement support for the Storage Access Framework, to allow the user to mount most directories1 from internal storage, the SD card, other removable storage devices and any document providers provided by other Android apps on the current device. |
| 5 | +- APPLE: Include sameduck, gearcoleco, geargrafx cores in App Store builds |
| 6 | +- APPLE: Include reminiscence, virtualjaguar, vitaquake2 cores in App Store builds |
| 7 | +- APPLE: Include gam4980 core in App Store builds |
| 8 | +- APPLE: Bundle identifier added to Information menu |
| 9 | +- APPLE: Option to control the usage of Metal argument buffers |
| 10 | +- APPLE: Don't force fullscreen, allow multitasking on iPad |
| 11 | +- APPLE: AppIntents for Siri, Shortcuts |
| 12 | +- APPLE: Fix ffmpeg camera driver |
| 13 | +- AUDIO: Microphone CoreAudio driver for iOS and macOS |
| 14 | +- AUTOCONF: Autoconfig match extended with a physical identifier |
| 15 | +- CAMERA: Use ffmpeg libavfilter virtual input device as default |
| 16 | +- CHEEVOS: Show additional message for unsupported achievements |
| 17 | +- CHEEVOS: Upgrade to rcheevos 12.1 |
| 18 | +- CHEEVOS: Change expired token message from info to error |
| 19 | +- CHEEVOS: Hashing of RVZ files is now supported |
| 20 | +- CLOUDSYNC: Enable icloud_drive cloud sync backend on MacOS / iOS |
| 21 | +- CLOUDSYNC: Don't always trust the server hash |
| 22 | +- CLOUDSYNC: Enable WebDAV support for Android |
| 23 | +- CLOUDSYNC: Speed up cloudsync on Apple |
| 24 | +- DATABASE: Improve multidisk game scanning |
| 25 | +- DATABASE: Filter in Database Manager now works for genre and region |
| 26 | +- EMSCRIPTEN: Support core switching |
| 27 | +- EMSCRIPTEN: Support suspend screensaver |
| 28 | +- EMSCRIPTEN/RWEBCAM: Fix camera driver |
| 29 | +- EMSCRIPTEN/RWEBINPUT: Add accelerometer/gyroscope support |
| 30 | +- EMSCRIPTEN/RWEBPAD: Add rumble support |
| 31 | +- EMSCRIPTEN/RWEBAUDIO: Rewrite driver, set as default audio driver |
| 32 | +- INPUT: Default key and mouse binds for lightgun Start and Select buttons |
| 33 | +- INPUT: Turbo mode corrections |
| 34 | +- INPUT: Turbo fire settings are now saved to remaps, not to overrides |
| 35 | +- INPUT: Fix menu usage when OK/Cancel has mouse binds |
| 36 | +- INPUT: Ignore menu mouse startup position before moving |
| 37 | +- INPUT: Fix heavy slowdown when using Bluetooth XInput controllers with rumble |
| 38 | +- INPUT: Reset and close content hotkeys now require confirmation, similar to quit |
| 39 | +- INPUT: Menu toggle and hotkey enable can now be assigned to the same key |
| 40 | +- INPUT: Option to have hotkeys follow the port mapped first to the core |
| 41 | +- INPUT/ANDROID: Favor mouse coordinates for lightgun |
| 42 | +- INPUT/UDEV: Fix lost terminal settings after restart from menu |
| 43 | +- INPUT/BSV/REPLAY: Bumped replay format version to 2. Old replays will still play back fine. |
| 44 | +- INPUT/BSV/REPLAY: Add option to skip deserializing checkpoints from replay files (it introduces jank in some emulators). |
| 45 | +- INPUT/BSV/REPLAY: Add checkpoint and initial savestate compression, following the `savestate_file_compression` config boolean. Use zstd if available, or fall back to zlib. |
| 46 | +- INPUT/BSV/REPLAY: Add incremental checkpoints based on statestreams (depending on `HAVE_STATESTREAM` compile time flag). As an example, 60 `pcsx_rearmed` savestates would take 267MB uncompressed; with incremental encoding this is reduced to 77MB. Compressing the result can reduce the size to just 4MB. |
| 47 | +- INPUT/BSV/REPLAY: Checkpoint compression and encoding can be combined. For example, 60 `pcsx_rearmed` checkpoints can take up just 15MB if each state is incremental and compressed. This is not as optimal as using incremental states without save state compression followed by offline compression, but is a good compromise in many use cases. |
| 48 | +- INPUT/BSV/REPLAY: Add hotkeys and text commands to force a checkpoint insertion into the currently recording replay, and to seek backwards to the previous checkpoint and forwards to the next checkpoint. |
| 49 | +- INPUT/BSV/REPLAY: Add a text command to seek to a specific frame of the currently playing/recording replay; it will return via the command replier the actual seeked-to frame (right now it only supports seeking to checkpoints). |
| 50 | +- INTL: Add Irish Gaelic to selectable languages |
| 51 | +- IOS: Fix crash on iOS9 when fetching refresh rate |
| 52 | +- IOS: Stronger haptics, controllable by setting |
| 53 | +- IOS: Down arrow menu is removed, all 3 options are available by other means now |
| 54 | +- IOS/MACOS: Fix display server resolution and refresh rates |
| 55 | +- IOS/TVOS: Use native keyboard |
| 56 | +- LIBRETRO: Deprecate intfstream_open_writable_memory |
| 57 | +- LIBRETRO: New environment function RETRO_ENVIRONMENT_GET_TARGET_SAMPLE_RATE |
| 58 | +- LINUX: Add full complement of key/value pairs to desktop entry |
| 59 | +- MACOS: Fix coreaudio microphone handling |
| 60 | +- MACOS: Fix window size calculation |
| 61 | +- MENU: Common Thumbnail Background option for all menu drivers |
| 62 | +- MENU: Move core options reset from Settings/Configuration to Main Menu / Configuration Files |
| 63 | +- MENU: Use right analog stick for thumbnail cycling in playlists |
| 64 | +- MENU: Option to always suggest cores, even when a core is already loaded |
| 65 | +- MENU: Option to show Favorites before History |
| 66 | +- MENU: Media history playlists are now visible in playlist manager |
| 67 | +- MENU: Import Content visibility defaults reverted |
| 68 | +- MENU: Update CRTSwitchRes menu options for future use |
| 69 | +- MENU: Debug builds are indicated in Information menu |
| 70 | +- MENU: Save As / Save Main options for configuration file |
| 71 | +- MENU: Unwanted input is prevented when menu is triggered by toggle combo |
| 72 | +- MENU: 32-bit values in cheats and rumble are not presented as huge lists |
| 73 | +- MENU: Less important widgets are now sized like task notifications |
| 74 | +- MENU: Play count is added to runtime log |
| 75 | +- MENU: Configurable startup page (several options beside default Main Menu) |
| 76 | +- MENU: Shader menu rework, combined save/remove menus, save current, Y and Start hotkeys for shader parameters and background opacity toggle |
| 77 | +- MENU: Single-click start option from playlists and Explore view |
| 78 | +- MENU: Allow kiosk mode and hiding of Settings menu also in GLUI and RGUI |
| 79 | +- MENU: Task widget improvements |
| 80 | +- MENU/GLUI: Show thumbnails in Explore view |
| 81 | +- MENU/XMB: Select button toggles thumbnails in playlists |
| 82 | +- MENU/XMB,OZONE: Fix content icons when playlist tabs are hidden |
| 83 | +- MENU/OZONE: Horizontal padding factor option |
| 84 | +- MENU/OZONE: Custom font selection and scaling factor |
| 85 | +- MENU/RGUI: Clock format is now configurable and moved to top header |
| 86 | +- NETPLAY: Push room info to lobby |
| 87 | +- NETWORK: Fixes for nmcli wifi driver |
| 88 | +- NETWORK: Network command interface enabled for Android, iOS, TVOS |
| 89 | +- OTHER: ZStandard support and libchdr update for support of chd files converted with createdvd option |
| 90 | +- OVERLAY: Speed limit on touch pointer tracking |
| 91 | +- OVERLAY: Dedicate each touch pointer to hitboxes or pointing devices |
| 92 | +- OVERLAY: Fix overlay turbo fire |
| 93 | +- PLAYLIST: Built-in playlists are now stored under playlists/builtin |
| 94 | +- PLAYLIST: Fix subsystem information in playlists |
| 95 | +- PS3: Fix psl1ght target of dist-cores.sh |
| 96 | +- REPLAY: Bugs fixed regarding rewind |
| 97 | +- REPLAY: Same timeline check and future state check for replays vs. savestates |
| 98 | +- SAVESTATES: Savestate thumbnails are default enabled for x86_64 builds |
| 99 | +- SAVESTATES: Slot is now remembered using the runtime log file |
| 100 | +- SAVESTATES: Slot hotkey widget shows save state thumbnail |
| 101 | +- SCAN: Fix crash with Sega CD |
| 102 | +- SCAN: Log files without database match |
| 103 | +- SCAN: Optimization of database queries by content file size |
| 104 | +- VIDEO: Fix auto swap interval setup |
| 105 | +- VIDEO: Improvements for integer scale half scaling |
| 106 | +- VIDEO: Adjustments to smart integer scaling, considering title safe area |
| 107 | +- VIDEO: Frame delay improvements for the automatic setting |
| 108 | +- VIDEO: Auto-enable GPU recording with HW context cores |
| 109 | +- VIDEO: Fix viewport bias when using custom aspect ratio |
| 110 | +- VIDEO/D3D11/D3D12: snappy extra vsync presentation mode |
| 111 | +- VIDEO/GL: Fallback OpenGL symbol loader for Linux devices with EGL < 1.5 |
| 112 | +- VIDEO/GL: Support for Cg and GLSL shaders in the GLCore video driver |
| 113 | +- VIDEO/GL: Improve GLES version detection |
| 114 | +- VIDEO/SHADER: Shader hold function, useful for some lightguns and shader comparison |
| 115 | +- VIDEO/SWITCHRES: Horizontal and vertical geometry adjustment options added |
| 116 | +- VIDEO/SWITCHRES: Game overrides |
| 117 | +- VIDEO/WAYLAND: Support for xdg-toplevel-icon-v1 |
| 118 | +- VIDEO/WAYLAND: Fix deadlock when using Wayland Vulkan driver |
| 119 | +- VIDEO/WAYLAND: Fix fullscreen on auto monitor index (partial) |
| 120 | +- VITA: Touchscreen support for PS Vita |
| 121 | +- VITA: Set RGUI framebuffer to 272 lines to remove blurriness |
| 122 | +- WEBOS: Various fixes and tunings |
| 123 | +- WEBOS: Disable core dumps |
| 124 | +- WEBOS: Debug builds enabled |
0 commit comments