Skip to content

Commit 9e492f7

Browse files
Update CHANGES.md
1 parent 076d3cc commit 9e492f7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Future
2+
3+
# 1.18.0
24
- AI: Fix narrator language when AI translation and menu languages are different
35
- DISK CONTROL: Add option to disable initial disk change
46
- DISK CONTROL: Visibility option for disk control notifications
7+
- DRM: Fix mode vrefresh calculation. When using an interlaced/doublescan mode, the vertical refresh rate is mis-calculated.
58
- EMSCRIPTEN: Fix mouse Y parameter translation in rwebinput
69
- INPUT: Fix input state combos including R3 and false triggers of RETROK_UNKNOWN
710
- INPUT: Add a new turbo mode, "Classic (Toggle)"
811
- INPUT: Fix bind hold when axis does not rest at 0
912
- INPUT: Limit axis threshold setting to sensible values
13+
- INPUT: Add Overlay Mouse, Lightgun, and Pointer
14+
- INPUT/ANDROID: Fix mouse grab behavior on Android
1015
- INPUT/LINUXRAW: Fix device name and hotplug reconnect
16+
- IOS: Minor iOS JIT availability information
1117
- IOS/TVOS: Pause application on applicationWillResignActive
1218
- LIBRETRO: Add Doxygen-styled comments to parts of the libretro API
19+
- LUA: Update Lua to version 5.3.6
1320
- MENU: Add sublabels for input bind common entries
1421
- MENU: Don't load history and favorites if size is 0
1522
- MENU: Don't disable fast forward when entering menu
@@ -21,6 +28,8 @@
2128
- OSX/MACOS: Fix crash on non-Metal build
2229
- OSX/MACOS: Add portable.txt as flag for portable install
2330
- REMOTE RETROPAD: add display for analog axes, indication of inputs already pressed
31+
- SAVES: Allow combining saves in content dir with save sorting
32+
- SHADER: Added rolling scan line simulation based on the shader subframe feature. This is implemented with a scrolling scissor rect rather than in the shader itself as this is more efficient although may not work for every shader pass - we may need an option to exclude certain passes. The implementation simply divides the screen up by the number of sub frames and then moves the scissor rect down over the screen over the number of sub frames
2433
- TVOS: Force asset re-extraction when cache is deleted
2534
- TVOS: Add history and favorites to Top Shelf
2635
- TVOS: Fix crash when history item does not have a label
@@ -31,6 +40,7 @@
3140
- VIDEO/VULKAN: Fix HDR with Vulkan after reinit
3241
- VIDEO/VULKAN: Remove the use of oldSwapchain
3342
- VIDEO/GL2: Fix OpenGL ES version detection
43+
- WEBDAV: Fixed SEGFAULT in WebDav task sync + type changes
3444
- WEBOS: Fix build, add core location on webosbrew.org
3545
- WIN32: Fix Alt+Enter not working when menubar is disabled
3646

0 commit comments

Comments
 (0)