From 377690d89a90b7fd7b6a9286aed03f5efafd2545 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:49:45 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index e4109c5..caa62df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.472 - 2022-12-15 +### Fixed: +- Replace DllImport usage with LibraryImport. + - Code improvement, required for NativeAOT support. No known changes in games. + +## 1.1.471 - 2022-12-15 +### Fixed: +- Fix NRE when loading Vulkan shader cache with Vertex A shaders. + - Fixes a regression that caused Catherine to crash on boot when loading the shader cache. + ## 1.1.470 - 2022-12-14 ### Fixed: - Remove Half Conversion.