diff --git a/Changelog.md b/Changelog.md index 77f4732..ba94c19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6816 - 2021-04-02 +### Changed +- Miscellaneous code optimizations to improve StoreToContext emission. + - Reduces register pressure, code size and compile time a little bit. + +## 1.0.6815 - 2021-04-02 +### Changed +- Updated README.MD to reflect new OpenGL requirements, game compatibility statistics, and mods/cheats support. + +## 1.0.6814 - 2021-04-02 +### Changed +- Miscellaneous code optimizations to reduce allocation during SSA construction. + ## 1.0.6813 - 2021-04-02 ### Changed - Changed the Pro Controller image used in the controller setup UI for improved button clarity.