diff --git a/Changelog.md b/Changelog.md index 586a2c1..0ca07e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.257 - 2022-09-09 +### Fixed: +- Allocate work buffer for audio renderer instead of using guest supplied memory. + - Fixes an access violation crash on Urban Trial Tricky that started happening on 1.1.100. + - Fixes a crash on boot on Mutant Year Zero: Road to Eden. + +
+Older releases +
+ ## 1.1.256 - 2022-09-09 ### Added: - Add ADD (zx imm12), NOP, MOV (rs), LDA, TBB, TBH, MOV (zx imm16) and CLZ thumb instructions. - Allows Vita2HOS to launch again. -
-Older releases -
- ## 1.1.255 - 2022-09-09 ### Fixed: - Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions.