diff --git a/Changelog.md b/Changelog.md index 95476d8..eb94388 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5396 - 2020-09-20 +### Added +- Implemented basic multi-program support. + - Adds basic support for loading multiple NCA's. Improves support for Super Mario 3D All-Stars. + +## 1.0.5395 - 2020-09-20 +### Changed +- Align register index between output targets on fragment shaders + - Fixes behaviour in certain games where components would be incorrectly copied to fragment shader outputs. Improves Turok 2, and potentially other Vulkan-based games. + ## 1.0.5391 - 2020-09-19 ### Added - Stubbed/implemented ListQualifiedUsers and SetTouchScreenConfiguration calls.