Update CHANGES.md

This commit is contained in:
Twinaphex 2019-07-12 16:20:44 +02:00 committed by GitHub
parent 28b77e83ab
commit a3ead56d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.