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