diff --git a/Changelog.md b/Changelog.md index 8e7a913..5faefd7 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.6182 - 2020-12-30 +### Changed +- Redistribute updated OpenAL binary. + - We now include a copy of OpenAL out-of-the box with Ryujinx. This removes the need to manually download and install OpenAL. We've also moved from using the fork provided by openal.org to the fork provided by openal-soft.org which is still maintained, and has had 1000's of improvements over the old version. This should improve OpenAL performance slightly in some games that suffered previously. + ## 1.0.6176 - 2020-12-29 ### Added - Implemented the ability to add new executables when running a game. This allows more possibilities for game modding.