From b8596c313306403b5307fdfe0545b6b1041bb17c Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:27:23 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d6d3605..d2f8fcb 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.1.554 - 2023-01-13 +### Fixed: +- Fix NRE when MemoryUnmappedHandler is called for a destroyed channel. + - Fixes random crashes in EVE ghost enemies. Possibly a regression from 1.1.361. + ## 1.1.553 - 2023-01-13 ### Fixed: - Fix texture modified on CPU from GPU thread after being modified on GPU not being updated.