From e0eb935b909c2fc75722cf61c4ee679a58c080ae Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 19 Aug 2017 20:28:19 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3c2b1bd02d..c272b2e388 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # 1.6.8 (future) - GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization. +- GUI: (XMB) Comment out visible item calculation in xmb_draw_items(). +- LINUX/PI: Broadcom VC4: Add Videocore config option - 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).