From 29146d292d5a028514b6184e122a49d87ac9d271 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:21:50 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index e279426..28d8a7a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,30 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.305 - 2022-10-16 +### Fixed: +- TamperMachine: Fix input mask check. + - Cheats that required pressing buttons to enable/disable them will now work. + +
+Older releases +
+ +## 1.1.304 - 2022-10-16 +### Fixed: +- Fix various issues caused by Vertex/Index buffer conversions. + - Fixes some bugs introduced in 1.1.254 and 1.1.278. No known changes in games. + +## 1.1.303 - 2022-10-16 +### Fixed: +- Fix primitive count calculation for topology conversion. + - Fixes a regression that caused random triangles to appear on the map in Luigi's Mansion 3. + ## 1.1.302 - 2022-10-16 ### Fixed: - Fix phantom configured controllers. - Fixes controllers not being disabled properly. Controller applet will no longer ask for a single controller when only one is configured. -
-Older releases -
- ## 1.1.301 - 2022-10-15 ### Fixed: - Improve shader BRX instruction code generation.