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
Copy file name to clipboardExpand all lines: CHANGES.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,14 @@
5
5
- ANDROID: Preserve OpenGL context when app is paused
6
6
- ANDROID: Fix double launch issue when changing games from external launcher
7
7
- ANDROID: Allow launchers to pass content:// URIs to RetroArch
8
+
- ANDROID: Enable network commands
9
+
- ANDROID: Fix dual-motor rumble for USB-connected DS4 and DualSense controllers
8
10
- AUDIO/MICROPHONE: Fix resampling, apple drivers
9
11
- APPLE: Use coreaudio3 resampling
10
12
- APPLE: Add coreaudio3 driver to iOS/TVOS
11
13
- APPLE: Add jollycv, skyemu, gearlynx, amiarcadia, o2em, uzem , applewin, azahar cores to App Store builds
12
14
- APPLE: Add Apple on-device OCR / translation to AI service
15
+
- APPLE: Add avfoundation record driver
13
16
- COMMAND: Fix null pointer exception in COMMAND_GET_STATUS
14
17
- COMMAND: Only allow pause when there is a core running
15
18
- CHEEVOS: Update to rcheevos 12.3
@@ -43,6 +46,10 @@
43
46
- LIBRETRO: RETRO_ENVIRONMENT_SET_SAVE_STATE_DISABLE_UNDO allows cores to disable frontend's save state undo feature to decrease memory usage
44
47
- LIBRETRO: Performance improvements for nbio and archive handling in libretro-common
45
48
- LIBRETRO: Performance improvements for utf encoding in libretro-common
49
+
- LIBRETRO: Performance improvements for crc32 computation
50
+
- LIBRETRO: Enable Linux ARM64 compilation for RetroArch (and several cores)
51
+
- LIBRETRO: Fix CHD handling of MODE1/RAW MODE2/RAW tracks
52
+
- LOCALIZATION: Add Thai language
46
53
- MACOS: Fix OpenGL color on wide gamut displays
47
54
- MENU: Do hard reset when pushing RetroPad Start on Restart menu item
48
55
- MENU: Remove "Missing firmware check" option
@@ -67,6 +74,7 @@
67
74
- MENU/OZONE: Fix occasional left mouse click selection error
68
75
- MENU/XMB: Current menu icon refactor
69
76
- MENU/XMB: Left thumbnail and handheld mode fixes
77
+
- MENU/XMB: Tab change possible by gestures
70
78
- OVERLAY: Allow overlays to position the viewport
71
79
- OVERLAY: Hold button function
72
80
- OVERLAY: Allow interaction during next overlay swap
@@ -82,10 +90,14 @@
82
90
- SCAN: Improve Philips CD-i content recognition
83
91
- SCAN: Improve scan performance by caching playlist updates
84
92
- SCAN: Interpret M3U files during scanning
93
+
- SCAN: Merge manual and automatic scan into a more flexible setup
94
+
- SCAN: Improve GDI content recognition
85
95
- SHADER: Display on-screen error when preset load fails
86
96
- SHADER: Add gyroscope / accelerometer uniforms for shaders
97
+
- VIDEO: Throttle framerate when VSync is enabled but window is not focused
87
98
- VIDEO/GL: Fix some issues with GLSL shaders when using GLCore driver
88
99
- VIDEO/SDL2: Add shared context
100
+
- VIDEO/D3D9: Various rendering fixes and improvements
89
101
- VIDEO/D3D11/D3D12/VULKAN: Major HDR update. Inverse tone mapping uses RGB maxing instead of luminance, better full-spectrum remapping of SDR space to HDR, Contrast option remove. Performance improved. HDR menu settings exposed to shaders, fast HDR single-pass scanline simulation added.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Latest binaries are currently hosted on the [buildbot](http://buildbot.libretro.
34
34
35
35
## Support
36
36
37
-
To reach developers, either make an issue here on GitHub, make a thread on the [forum](https://www.libretro.com/forums/), chat on [Discord](https://discord.gg/C4amCeV), or visit our IRC channel: #retroarch @ irc.freenode.org. You could create a post in [Reddit](https://www.reddit.com/r/RetroArch/) with *Technical Support* flair.
37
+
To reach developers, either make an issue here on GitHub, make a thread on the [forum](https://www.libretro.com/forums/), chat on [Discord](https://discord.gg/C4amCeV). You could create a post in [Reddit](https://www.reddit.com/r/RetroArch/) with *Technical Support* flair.
0 commit comments