diff --git a/Changelog.md b/Changelog.md index 744bd47..719ff01 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.5383 - 2020-09-19 +### Changed +- JIT optimization: Reorder blocks placing cold blocks at the end of the function. + - Might improve speed of some games slightly. + ## 1.0.5381 - 2020-09-19 ### Fixed - Better viewport flipping method.