diff --git a/Changelog.md b/Changelog.md index 4abd97d..d8ed0f5 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.13 - 2022-01-29 +### Fixed: +- Fix small precision error on CPU reciprocal estimate instructions. + - Fixes some twitching animations in Pokémon Legends: Arceus, for example on the main character's left arm. + +## 1.1.12 - 2022-01-29 +### Fixed: +- kernel: A bit of refactoring and fix GetThreadContext3 correctness. + - Code cleanup for the kernel. No changes expected in games. + ## 1.1.11 - 2022-01-27 ### Fixed: - Add timestamp to 16-byte/4-word semaphore releases.