From 37fc0c1880a10727362aa18d9272ebc13322334f Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 3 Jul 2020 17:55:48 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 87b111b..b4132af 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.4826 - 2020-07-03 +### Added +- Partially implemented LEA shader instruction. +- Extended bindless texture elimination optimization. + ## 1.0.4825 - 2020-07-03 ### Fixed - Fixed copy from a buffer to a 3D texture when used for linear to block linear conversion.