Update CHANGES.md

This commit is contained in:
Twinaphex 2017-08-23 13:37:32 +02:00 committed by GitHub
parent a7159b6fb9
commit b599ac2122

View File

@ -1,10 +1,12 @@
# 1.6.8 (future) # 1.6.8 (future)
- GUI: (MaterialUI) Skip querying and drawing items that are not visible; Cache content height and bbox calculation.
- GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization. - GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization.
- GUI: (XMB) Comment out visible item calculation in xmb_draw_items(). - GUI: (XMB) Comment out visible item calculation in xmb_draw_items().
- GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8. - GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8.
- LINUX/PI: Broadcom VC4: Add Videocore config option - LINUX/PI: Broadcom VC4: Add Videocore config option
- NETPLAY: Fix disconnection not fully deinitializing Netplay. - NETPLAY: Fix disconnection not fully deinitializing Netplay.
- COMMON: Fix clear/free loop conditionals in playlists. - COMMON: Fix clear/free loop conditionals in playlists.
- WINDOWS/GDI: Fix flickering of text.
- WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance). - WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance).
- WII: Use custom, embedded libogc SDK. - WII: Use custom, embedded libogc SDK.
- WIIU: Initial touchscreen support for WiiU gamepad. - WIIU: Initial touchscreen support for WiiU gamepad.