From 18d5b27020fbd2c5640f8aaeddd12b0fda7efe96 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 2 Oct 2022 10:45:14 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 36819ab..c1377de 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.286 - 2022-10-02 +### Added: +- ARMeilleure: Add gfni acceleration. + - Implements gfni instructions to accelerate general purpose bit-shuffling. + - New instructions are useable on Intel (Icelake 2021 & later) and AMD Zen 4 (2022 & later) CPUs. + +
+Older releases +
+ +## 1.1.285 - 2022-10-02 +### Fixed: +- Avoid allocating unmanaged string per shader. + - No known changes in games. + ## 1.1.284 - 2022-10-02 ### Added: - fatal: Implement Service. @@ -17,10 +32,6 @@ All updates to the Ryujinx official master build will be documented in this file - Fix SSL GetCertificates with certificate ID set to All. - Fixes a crash on launch in Life is Strange Remastered. The game is now playable. -
-Older releases -
- ## 1.1.281 - 2022-09-29 ### Fixed: - Vulkan: Zero blend state when disabled or write mask is 0.