From 3f8468bd9c31ee0399900d4d492b6f6bda4b23f8 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:31:49 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3146d3a..24254dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.989 - 2023-08-16 +### Fixed: +- Implement scaled vertex format emulation. + - Required for geometry shader emulation on macOS. No expected changes in games. + ## 1.1.988 - 2023-08-14 ### Fixed: - Vulkan: Buffer Mirrors for MacOS performance.