diff --git a/Changelog.md b/Changelog.md index e9fafb8..52d8dcf 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.6781 - 2021-03-10 +### Fixed +- ILibraryAppletAccessor handles are now closed on disposal. + - Fixes an issue where if a game was calling the controller applet multiple times it could result in an "out of handles" crash. + ## 1.0.6780 - 2021-03-09 ### Fixed - Fixed lineSize for LinearStrided to Linear conversion.