diff --git a/Changelog.md b/Changelog.md index 24122b4..b4e496e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.604 - 2023-02-07 +### Fixed: +- Ava: Add ChangeVSyncMode() call to render loop. + - Makes render loop behave the same as in GTK. + - Fixes cases of screen tearing that would occur while running games on the Avalonia builds but wouldn't occur on GTK. + - Might fix screen tearing on macOS. + ## 1.1.603 - 2023-02-07 ### Fixed: - Support safe blit on non-2D textures.