From acedf3e3be596e9d74eeeaf4da25529baa02096a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 10 Sep 2022 05:33:37 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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.