Update CHANGES.md

This commit is contained in:
Twinaphex 2019-05-26 08:36:17 +02:00 committed by GitHub
parent 11a86cd589
commit 71e9028356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# 1.7.8 (future)
- COMMON: Add optional 'on demand' thumbnail downloads.
- COMMON: Show license per core (if available) inside 'Load Core'.
- 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+.
- GLCORE/SLANG: Added "FrameDirection" slang semantic.
@ -18,6 +20,7 @@
- RECORD: Fix Twitch streaming.
- SCANNER: Skip all databases with incompatible file extensions, whether content is inside an archive or not.
- VULKAN/SLANG: Added "FrameDirection" slang semantic.
- WII: Add default video/audio filter directories.
- X11: Add non-evdev keycodes to fix keyboard input on non-Linux systems with X11.
# 1.7.7