From 095f315f662cf3a3f04d488911df85423f6c1b58 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 20 Aug 2017 15:14:09 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bcf57b0..c02847ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changes to cores since version 1.6.7 ------------------------------------ * Atari 800 - Add .atx to allowed file extensions (TSCHAK). -* FB Alpha 2012 CPS2 - Unoptimize CPS Q Sound function to prevent bad sound genertion quality. (xianx/twinaphex). +* FB Alpha 2012 CPS2 - Fix CPS Q Sound function that caused bad sound genertion quality when code was optimized. (xianx/twinaphex/bparker). * Prosystem - corrected Beef Drop database entry for final release version of ROM from game author Ken Siders' website (underball). * Parallel N64 - Added msvc2013 x86/x64 targets (bparker). * Parallel N64 - backports from latest sources (AI Shogi 3 should be fixed, audio issues with Pokemon Puzzle League intro should be fixed, etc.) (twinaphex)