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.