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.