From e87797b774fd44addf7ebeb0e89aa731d7ca7b22 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 24 Jan 2021 15:39:14 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9c89aeb..d761a0c 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.6405 - 2021-01-24 +### Changed +- Modified storage buffer to allow out of bounds access by binding the entire buffer rather than just the range that the game says its using. + - Fixes overly bright lighting in Yo-kai Watch 4/++ and other Yo-kai games. + ## 1.0.6404 - 2021-01-24 ### Changed - Updated the controller images in the input mapping UI for better visibility across multiple themes.