From a525d281c17fba830d31a322583f4ff083271a95 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:37:16 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 60f2c1d..066440b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.1373 - 2024-08-08 +### Added: +- Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions. + - Fixes DarkStar One crashing on non-ARM systems and shaky screen on ARM systems. + - May allow 12 Labours of Hercules II: The Cretan Bull to go in-game. + ## 1.1.1372 - 2024-08-05 ### Fixed: - Replace and remove obsolete ByteMemoryPool type.