Updated Changelog (markdown)

MetrosexualGarbodor 2024-04-11 01:44:18 +01:00
parent 04d4829b78
commit 59621976c8

@ -3,6 +3,41 @@ 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.1276 - 2024-04-10
### Fixed:
- Update StoreConstantToMemory to match StoreConstantToAddress on value read.
- Fixes some cheats with instructions starting with 6XXXXXXX failing to load, specifically when the cheat has bit width equal to 1, 2 or 4, and only one 32-bit value.
## 1.1.1275 - 2024-04-10
### Fixed:
- Ava UI: Prevent Status Bar Backend Update.
- Fixes an issue where the GPU displayed on the status bar would change if the graphics backend setting was changed while a game was running.
## 1.1.1274 - 2024-04-10
### Fixed:
- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.4.0 to 7.5.1.
- Updates the Microsoft.IdentityModel.JsonWebTokens dependency. No expected user-facing changes.
## 1.1.1273 - 2024-04-10
### Fixed:
- Fix input consumed by audio renderer SplitterState.Update.
- Fixes a regression from 1.1.1265 that caused crashing in Resident Evil after cinematics. Possibly affected other games.
## 1.1.1272 - 2024-04-09
### Fixed:
- CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs.
- Fixes terrain randomly disappearing in Penny's Big Breakaway.
## 1.1.1271 - 2024-04-09
### Fixed:
- Use ResScaleUnsupported flag for texture arrays.
- Fixes rendering glitches in Penny's Big Breakaway when using resolution scale, however the game will no longer scale.
## 1.1.1270 - 2024-04-09
### Fixed:
- Fast D32S8 2D depth texture copy.
- Improves performance in Penny's Big Breakaway by up to 1500%.
## 1.1.1269 - 2024-04-08 ## 1.1.1269 - 2024-04-08
### Fixed: ### Fixed:
- Pin audio renderer update output buffers. - Pin audio renderer update output buffers.