From e39562ac57569578ce614ce849dc9041f8a24c04 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 4 Aug 2021 15:56:31 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 20b0308..34c92e4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6977 - 2021-08-04 +### Fixed: +- Fixes some audio related issues that caused the emulator to hang or crash at exit, by making audio backend disposal thread safe. + - Fixes deadlock (causing the emulator to not respond) at exit with the OpenAL backend. + - Fixes crash at exit with the SDL2 backend due to a double free. + - Fixes a crash at exit (only when the emulator window was closed) caused by a NRE on window disposal. + ## 1.0.6976 - 2021-07-24 ### Added: - Implement an option to hide status and menu bar