From 11bc95d8e970e61f63ec73983549349b5da7a7b4 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:54:56 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 58b5389..4b4282b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.730 - 2023-04-24 +### Fixed: +- Use vector transform feedback outputs with fragment shaders. + - Works around an AMD driver regression in Pokémon Legends Arceus causing invisible characters in Vulkan and distorted models in OpenGL. + +## 1.1.729 - 2023-04-24 +### Fixed: +- Set the console title for GTK. + - Fixes a regression that removed the program title from the GTK console. + +## 1.1.728 - 2023-04-23 +### Fixed: +- Fix Amiibo issues & log errors and exceptions. + - Fixes an issue where scanning an Amiibo would be impossible if the user's internet connection was too slow to load the API before timing out. + +## 1.1.727 - 2023-04-23 +### Added: +- Reducing Memory Allocations 202303. + - Optimizes memory allocations on various emulator tasks. No known changes in games. + ## 1.1.726 - 2023-04-22 ### Fixed: - Shader: Bias textureGather instructions on AMD/Intel.