diff --git a/Changelog.md b/Changelog.md index f4a97ab..7f0901c 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.1.686 - 2023-03-27 +### Fixed: +- audout: Fix a possible crash with SDL2 when the SDL2 audio backend is dummy. + - Fixes a crash when launching Ryujinx with SDL_AUDIODRIVER=dummy. + ## 1.1.685 - 2023-03-27 ### Fixed: - Vulkan: Fix access level of extension fields and make them read-only.