From ce723827bf3d48e50632bec8a4747b7b74761f0a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 31 Aug 2020 17:53:10 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 848cb75..16d708a 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.5255 +### Added +- Implemented fixed point variants Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. + - Resolves missing opcode errors in a particular Switch homebrew application. + ## 1.0.5251 - 2020-08-30 ### Changed - Removed the unused Ryujinx.Debugger project.