From 756d18df0f103ec65d9385053b2f2a90bf91a120 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:04:20 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b464f50..0c64ec7 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.702 - 2023-04-10 +### Fixed: +- [GUI] Fix a NRE in GTK when disposing GLRenderer. + - Fixes an issue where the emulator would sometimes crash if the Switch instance wasn't set up yet or an invalid file was loaded which didn't initialize it at all. + ## 1.1.701 - 2023-04-10 ### Fixed: - ARMeilleure: Respect FZ/RM flags for all floating point operations.