From ed9ce033d8b30e742f2df0ca55404637f54e1555 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 4 May 2018 03:30:43 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 7e02846171..580d1e40c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # 1.7.3 (future) - AUDIO: Audio mixer supports FLAC/MP3 file types now! - COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too. +- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). - HID: Merge new HID subsystem. - HID: Fix WaveBird support for the Wii U GCA. - HID/OSX: Fix regression with IODHIDManager - gamepads which are connected later would not be autoconfigured.