From e29fc349c42e5d3579d3461a3fcbb6b31598a770 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 15 Jun 2020 07:19:38 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6c6a00d..c54866d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1 +1,28 @@ -Coming Soon. \ No newline at end of file +# Changelog +All updates to the Ryujinx official master build will be documented in this file + +## 1.0.4697 - 2020-06-14 +### Fixed +- Fixed an issue where part of the VABS instruction would be parsed as an input register. + - Resolved a particular DEADLY PREMONITION Origins missing opcode error; the instruction was not missing but was instead parsed incorrectly. + +## 1.0.4696 - 2020-06-14 +### Changed +- LayoutConverter has separate optimizations for LinearStrided and BlockLinear. MethodCopyBuffer now determines the range that will be affected, and uses a faster per pixel copy and offset calculation. + - This should increase performance on Nintendo Switch Online: NES and Super NES games, as well as mitigate dropped frames during large black screen (nvdec) videos. + +## 1.0.4687 - 2020-06-09 +### Changed +- Console logging now discards data in an overflow condition. + - This can reduce cases where the game deadlocks or crashes because the console is in Select mode or is manually scrolled. + +## 1.0.4683 - 2020-06-06 +### Changed +- Stubbed ssl ISslContext: 4 (ImportServerPki) service + - Fixed missing service crashes on Minecraft Dungeons and Rocket League + +## 1.0.4682 - 2020-06-05 +### Added +- Added Pclmulqdq intrinsic + - Implemented crc32 in terms of pclmulqdq + \ No newline at end of file