From 65854d71c9b494713dd387914ce65d463b0b402f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 29 Jan 2022 23:56:57 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.