From acccc098b24c533edb101371e455e218e4e0cdb5 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:45:02 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6f69c06..9ea6b77 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.594 - 2023-01-23 +### Fixed: +- Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer. + - Optimizes JIT code. No known changes in games. + ## 1.1.593 - 2023-01-23 ### Fixed: - SPIR-V: Change BitfieldExtract and BitfieldInsert for SPIRV-Cross.