From 7ef0fc9d9944851754812ac739950412eb57c822 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:02:29 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9ea6b77..404431e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.595 - 2023-01-24 +### Fixed: +- Vulkan: Reset queries on same command buffer. + - Contributes towards upstreaming the currently closed-source macOS build. + - Fixes some visual issues in A Hat in Time and Super Mario Odyssey on macOS. + ## 1.1.594 - 2023-01-23 ### Fixed: - Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer.