From e0a50d008217919c8422067b000cd8b15ee2c573 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 1 Nov 2021 22:31:06 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9bbf127..ca65907 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7095 - 2021-11-01 +### Fixed: +- When waiting on CPU, do not return a time out error from EventWait. + - Fixes timeouts introduced in 1.0.7082. + - Fixes crashes on Tokyo Mirage Sessions #FE Encore. + ## 1.0.7094 - 2021-10-29 ### Changed: - ci: Disable macOS x64 build on Appveyor.