From a8cfc90b119bce829763ada216898f4820e1a7a4 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 31 Aug 2020 17:57:57 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 16d708a..8ca9627 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.0.5255 +## 1.0.5256 - 2020-08-31 +### Changed +- Miscellaneous CPU code optimization. + +## 1.0.5255 - 2020-08-31 ### Added - Implemented fixed point variants Scvtf_S_Fixed & Ucvtf_S_Fixed with Tests. - Resolves missing opcode errors in a particular Switch homebrew application.