Updated Changelog (markdown)

MetrosexualGarbodor 2022-09-10 05:33:37 +01:00
parent b86bcc4f9d
commit acedf3e3be
1 changed files with 10 additions and 4 deletions

@ -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.
<details open>
<summary>Older releases</summary>
<br>
## 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.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.255 - 2022-09-09
### Fixed:
- Implement VRSRA, VRSHRN, VQSHRUN, VQMOVN, VQMOVUN, VQADD, VQSUB, VRHADD, VPADDL, VSUBL, VQDMULH and VMLAL Arm32 NEON instructions.