From b397f8426245bd75be7b6bcda132787e83991cfb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 14 Jun 2021 20:57:44 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5899aff..1db733f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6912 - 2021-06-14 +### Changed +- Shader decoding is now ended when reaching a block that starts with an infinite loop. + - Fixes Dark Devotion hanging on boot at a plain white screen. The game now renders graphics, though they are unfortunately upside down. + ## 1.0.6911 - 2021-06-14 ### Changed - Moved touchscreen updates to the input project. Code refactoring only; no changes in emulator behavior.