From dc8f8cd4017696fae86fbb19c291b9afab6ec8ee Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 30 Dec 2019 16:34:26 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fc59c1fc70..a9f10efeb4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,9 @@ - MENU: Added 'Hosting' menu under Netplay menu - MENU: Added 'Subsystems' menu - RASPBERRY PI: Fix BGRA8888 color inversion issues in the menu and elsewhere with VideoCore GL drivers +- NETPLAY/RELAY: Fix the “spectator” bug when using the relay server – When a player switches into the spectator mode (pressing “i”) while using the relay server, all players will disconnect. +- NETPLAY/RELAY: Overall stability has improved. Fixed a memory leak that would cause the relay server to become unresponsive after some time. +- NETPLAY/RELAY: Fixed critical bug that would cause all players to be disconnected from the relay server if one player was leaving the game. That bug had been open for one year and we were finally able to fix it. - VITA: Re-add Online Updater - VULKAN: Fix font driver 'vulkan_get_message_width()' function