diff --git a/Changelog.md b/Changelog.md index b57e597..9364c16 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.23 - 2022-02-09 +### Fixed: +- Add a limit on the number of uses a constant may have. + - Deathsmiles II now works. + +## 1.1.22 - 2022-02-09 +### Changed: +- misc: Make PID unsigned long instead of long. + - Code cleanup. No changes in games. + ## 1.1.21 - 2022-02-08 ### Added: - ARMeilleure: A32: Implement SHSUB8 and UHSUB8.