diff --git a/Changelog.md b/Changelog.md index 576cbd3..443c88d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5011 - 2020-07-23 +### Added +- Updated LibHac to version 0.11.3. + - Removes the timeout when deleting files from the local file system. + +## 1.0.5010 - 2020-07-23 +### Changed +- Implemented GPFifo and made other changes and improvements to GPFifoClass and GPFifo semaphore implementation, respectively. +- Added a fast path for guest constant buffer updates. + - Brings significant performance boosts to games such as Diablo III: Eternal Collection that make heavy use of the functionality. + ## 1.0.5004 - 2020-07-23 ### Fixed - Fixed full-screen toggle issues.