Add 1.1.1047 changes

TSRBerry 2023-10-07 11:35:23 +02:00
parent 84c022d7fd
commit d89e2595dc

@ -3,6 +3,12 @@ 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).
## 1.1.1047 - 2023-10-07
### Added:
- GPU: Add HLE macros for popular NVN macros.
- Implements HLE versions for popular NVN macros. Small performance improvements when using .NET 7 JIT.
- Mainly improves performance for a future NativeAOT build with .NET 8.
## 1.1.1046 - 2023-10-07
### Fixed:
- HLE: Fix Mii CRC generation and minor issues.