From 80b50aaeb693122ddfc8ba3e39045d88ce9686b8 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:12:24 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e63b61d..db12094 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6107 - 2020-12-16 +### Changed +- Changed the order of termination processes to terminate the application first instead of the services first. + - Fixes needless service crashes & hangs occurring on emulator shutdown. + ## 1.0.6105 - 2020-12-16 ### Added - Implemented VRINTX.F32/VRINTX.F64 instructions.