diff --git a/Changelog.md b/Changelog.md index 3c726c9..e01edcb 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.6318 - 2021-01-13 +### Fixed +- Fixed a bug in the LOP3 shader causing a condition to be read from the wrong bits. + - As shader changes occurred, shader caches have been gracefully invalidated; the next time a game is launched the cache will automatically rebuild at boot time. + ## 1.0.6311 - 2021-01-13 ### Changed - Changed the SurfaceFlinger android-fence callback to be called immediately when the fence is invalid.