From 264f3acc1357b6b6f5e76fff2cc9bc525b2d8f2c Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 23 Jun 2020 19:27:40 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index ec727d9..af89fa1 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.4761 - 2020-06-23 +### Added +- Added VPMIN, VPMAX, VMVN (register). +### Fixed +- VMVN (immediate) has been renamed from VMVN_I to VMVN_II to make way for the integer variant; it has also been fixed to use BitwiseNot rather than xor the input with itself. + + + ## 1.0.4759 - 2020-06-23 ### Changed - Import DLC title key from ticket when loading into content manager.