From 76dec9cc193caa5e8da189fe990bc90a6281c0b8 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 13 Jul 2020 05:49:04 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0b618f1..1bc0a1b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,28 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.4921 - 2020-07-13 +### Changed +- Modified depth stencil format copy compatibility check to check for equivalent color formats. + - Fixes broken fog on Pokémon Sword/Shield. + +## 1.0.4918 - 2020-07-13 +### Fixed +- Miscellaenous CPU instruction optimizations. + - Fixes issues in Monster Hunter (all versions) and Ni No Kuni (needs other instructions) + +## 1.0.4916 - 2020-07-13 +### Fixed +- Resolved a JIT issue where operand assignments were not getting cleaned up. + +## 1.0.4914 - 2020-07-13 +### Fixed +- Corrected a bug introduced in 1.0.4891 (PR 1359). + +## 1.0.4909 - 2020-07-12 +### Changed +- Updated README.md. + ## 1.0.4906 - 2020-07-11 ### Added - Implemented initial support for FMV/in-game videos (NVDEC).