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.