diff --git a/Changelog.md b/Changelog.md index 984af45..b244266 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,35 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.319 - 2022-10-18 +### Fixed: +- Do not clear the rejit queue when overlaps count is equal to 0. + - No known changes in games. + +
+Older releases +
+ +## 1.1.318 - 2022-10-18 +### Added: +- Implement the GetSessionCacheMode in SSL service. + - No known changes in games. + +## 1.1.317 - 2022-10-18 +### Fixed: +- Manage state of NfcManager. + - Fixes Amiibo scanning in Hyrule Warriors Definitive Edition. + +## 1.1.316 - 2022-10-18 +### Fixed: +- Fix mapping leaks caused by UnmapView not working on Linux. + - Fixes an issue where UnmapView was failing on Linux because the flags combination being passed was invalid. No known changes in games. + ## 1.1.315 - 2022-10-18 ### Added: - A32: Implement VCVTT, VCVTB. - Radiant Silvergun is now playable. -
-Older releases -
- ## 1.1.314 - 2022-10-18 ## Added: - A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V instructions.