From 70861aa7f6a7de6c676b6100ecf25defd2733924 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:32:21 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6b1cc96..913695b 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.985 - 2023-08-13 +### Changed: +- Delete ShaderConfig and organize shader resources/definitions better. + - Required for geometry shader emulation on macOS. No expected changes in games. + ## 1.1.984 - 2023-08-13 ### Fixed: - "static readonly" constants should be "const" instead.