From c36218c395c07de8c696688c1740438b78881dd2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:05:57 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 98deb56..b6c2d7a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.896 - 2023-06-15 +### Fixed: +- Implement Load/Store Local/Shared and Atomic shared using new instructions. + - Refactors some of the GPU code and makes it easier to implement more graphics backends in the future. No expected changes in games. + ## 1.1.895 - 2023-06-15 ### Fixed: - Inheritance should not be redundant.