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.