From b5d5dd92833c134592fcebce578322dc46f513f6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:48:54 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.