Updated Changelog (markdown)

EmulationFanatic 2020-06-23 19:27:40 -06:00
parent b7c8d1929b
commit 264f3acc13

@ -1,6 +1,14 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.0.4759 - 2020-06-23
### Changed ### Changed
- Import DLC title key from ticket when loading into content manager. - Import DLC title key from ticket when loading into content manager.