Updated Changelog (markdown)

MetrosexualGarbodor 2024-09-19 03:04:31 +01:00
parent caa301698f
commit de5c6d0a9e
1 changed files with 5 additions and 0 deletions

@ -3,6 +3,11 @@ 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). For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
## 1.1.1395 - 2024-09-18
### Fixed:
- Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<byte>.
- Code cleanup. No expected user-facing changes.
## 1.1.1394 - 2024-09-18 ## 1.1.1394 - 2024-09-18
### Fixed: ### Fixed:
- Implement support for shader ATOM.EXCH instruction. - Implement support for shader ATOM.EXCH instruction.