From aa68ecb9c1b2c59559c266675b608b5655f1521b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 18 Nov 2020 11:44:44 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d6de4e5..8ebc52d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5755 - 2020-11-18 +### Changed +- Added FP16/FP32 fast paths for Fcvt_S, Fcvtl_V & Fcvtn_V instructions. +- Modified HardwareCapabilities to use CpuId. + ## 1.0.5754 - 2020-11-18 ### Changed - Updated & cleaned up code to take advantage of .NET 5 functions/bugfixes. No expected changes in any games.