From 9f50d537e2c389ad0c104c3620d47b6466b33ad7 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 14 Jul 2022 20:12:11 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index db3a5f2..a395ff3 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.181 - 2022-07-14 +### Fixed: +- Reduce some unnecessary allocations in DMA handler. + - Reduces load times slightly and reduces stutters during pre-recorded videos. + ## 1.1.180 - 2022-07-14 ### Fixed: - Remove dependency for FFmpeg.AutoGen and Update FFmpeg to 5.0.1 for Windows.