From 70b2e65a3b8b2baebca16cde1a7d96a99e7f51e6 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 18 Nov 2020 14:24:15 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8ebc52d..0e26e8b 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.5756 - 2020-11-18 +### Changed +- Modified buffer textures to restrict layout conversions from being performed. + - Fixes possible memory corruption in games that use buffer textures e.g. Unreal Engine 4. + ## 1.0.5755 - 2020-11-18 ### Changed - Added FP16/FP32 fast paths for Fcvt_S, Fcvtl_V & Fcvtn_V instructions.