From a3ead56d35de5326cf50c92060ca7e71fcd21915 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 12 Jul 2019 16:20:44 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 22b3f03a5f..7519cc8141 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ - COMMON: Add new playlist-based thumbnail downloader. Hide the legacy thumbnail pack version by default. - COMMON: Show license per core (if available) inside 'Load Core'. - COMMON: Add option to load content from (and dump) CD-ROM discs. +- COMMON: New core options interface, allows for localization, sublabels and more. - GAMECUBE: Add default video/audio filter directories. - GL1: Ignore alpha in core video, fixes XRGB8888 rendering in some cores. - GLCORE: Don't hardcode shader cross compilation target version but poll it. glcore would always only use the minimum target shader version, i.e. GLSL ES 3.00 for OpenGL ES 3.0+ or GLSL 1.50 for OpenGL 3.2+. @@ -40,6 +41,7 @@ - WII: Fix RGUI display corruption. - WIIU/SLANG: Added "FrameDirection" slang semantic. - X11: Add non-evdev keycodes to fix keyboard input on non-Linux systems with X11. +- X11/UDEV: Mouse pointer should work now in X11 environment with no Display. # 1.7.7 - 3DS: Add unique IDs to prevent cores overwriting each other.