From 578361dfd029adf0e35c5a88e2409a355bfc839c Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 24 Jul 2020 06:05:12 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.