diff --git a/Changelog.md b/Changelog.md index 184f616..7c72fd7 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.0.5123 - 2020-08-02 +### Added +- Implemented a Macro JIT. + - Improves the speed of GPU Macro execution by recompiling code on-demand; minor speed improvements may be seen in games that use instanced draws. + ## 1.0.5122 - 2020-08-02 ### Added - Implemented software keyboard GTK frontend.