diff --git a/Changelog.md b/Changelog.md index 77da210..c80d023 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,16 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.261 - 2022-09-10 +### Fixed: +- Implement Thumb (32-bit) memory (ordered), multiply, extension and bitfield instructions. + - Allows Vita2HOS to go a bit further when launching applications. + +
+Older releases +
+ ## 1.1.260 - 2022-09-10 ### Fixed: - Optimize placeholder manager tree lookup. - Reduces the time to stop emulation or close the program when running games with a large amount of memory mappings. - Affected games include: Shin Megami Tensei V, Triangle Strategy and possibly some UE4 titles. -
-Older releases -
- ## 1.1.259 - 2022-09-10 ### Fixed: - Do not output ViewportIndex on SPIR-V if GPU does not support it.