From 4d8914e24bc7ab997ac79a8f559eabb59e4703cc Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 19 Aug 2017 14:18:50 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7245cc6253..3c2b1bd02d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # 1.6.8 (future) - GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization. - NETPLAY: Fix disconnection not fully deinitializing Netplay. +- COMMON: Fix clear/free loop conditionals in playlists. +- WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance). - WII: Use custom, embedded libogc SDK. - WIIU: Initial touchscreen support for WiiU gamepad.