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.