diff --git a/Changelog.md b/Changelog.md index 3973c8d..585e76f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1388 - 2024-09-15 +### Fixed: +- Implement fast DMA texture to texture copy. + - Massively improves performance (around 2x as much) in Castlevania Dominus Collection. + +## 1.1.1387 - 2024-09-15 +### Fixed: +- Make GetFunctionPointerForDelegate as explicit as possible. + - Required for AOT support in the future. No expected user-facing changes. + ## 1.1.1386 - 2024-09-12 ### Fixed: - Implement Arm32 VSHLL and QADD16 instructions.