From 474f5c18ba733af2a6702c64ec5f8e52bd1ef973 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 13 Aug 2020 06:47:52 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 91d710b..c00e1b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5171 - 2020-08-12 +### Added +- Added VFMA/VFMS instructions. + - Fixes missing opcode crashes on Duke Nukem 3D: 20th Anniversary World Tour, STURMWIND EX, Cabela's: The Hunt - Championship Edition, and Goat Simulator. +### Changed +- Fixed VCVT_FI & VCVT_RM. Added tests for VCVT_FI. Updated VRINT_RM & VRINT_Z. + - Fixes missing graphics in several32-bit titles including (but not limited to) SamuraiAces, STRIKERS1945 I & II, and Duke Nukem 3D: 20th Anniversary World Tour. + ## 1.0.5167 - 2020-08-12 ### Fixed - Fixed the InitializeBluetoothLe call which previously did not return any event handle.