From 9c712bbf3dad99a8e85cf3021a504f8cf4db93f7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:38:10 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7c5e496..fd7bb6f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,22 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6807 - 2021-03-29 +### Changed +- Optimized PrintRoSectionInfo code. + - Reduces game launch time by a small amount. May not be noticeable in many cases. + +## 1.0.6806 - 2021-03-27 +### Added +- Stub ILibraryAppletAccessor RequestExit in AM service. + - Fix a softlock in Monster Hunter Rise when you press "Private Policy" at the beginning. + - Fix a softlock in Monster Hunter Generations Ultimate after a multiplayer session. + +## 1.0.6805 - 2021-03-27 +### Fixed +- Fix ZN flags set for shader instructions using RZ.CC destination. +- Fixed a bug on pixel shaders with calls where it would set the output pixel values before every return. + ## 1.0.6804 - 2021-03-27 ### Changed - Added credit to AmiiboAPI in the emulator's About window as well as in the README.MD file.