Add recent changes

riperiperi 2024-02-08 21:02:00 +00:00
parent a6a98e7953
commit e023f5be3e

@ -3,6 +3,87 @@ 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.1172 - 2024-02-08
### Changed:
- Remove SDC.
- Removes remaining usages of System.Drawing.Common.
## 1.1.1171 - 2024-02-08
### Fixed:
- LightningJit: Reduce stack usage for Arm32 code.
- Significantly reduces stack usage in some cases.
- Fixes a crash in Gothic.
## 1.1.1170 - 2024-02-08
### Changed:
- Remove Vic Reference to Host1x.
- Cleanup. No expected changes.
## 1.1.1169 - 2024-02-08
### Added:
- GPU: Implement BGR10A2 render target format.
- Improves rendering on Infinite Tanks World War 2.
## 1.1.1168 - 2024-02-08
### Fixed:
- Bump Ava.
- Dependency update. Fixes windows not appearing in Gamescope. (SteamOS Game Mode)
## 1.1.1167 - 2024-02-08
### Changed:
- nuget: bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0.
- Dependency update. No expected changes.
## 1.1.1166 - 2024-02-08
### Changed:
- GUI: Replace Flex Panels in favor of Wrap Panels for Avalonia.
- Allows keyboard navigation in grid view, improves consistency, and removes a dependency.
## 1.1.1165 - 2024-02-08
### Fixed:
- GPU: Clamp vertex buffer size to mapped size if too high.
- Fixes crash in Infinite Tanks World War 2 and Blades of Time.
## 1.1.1164 - 2024-02-07
### Changed:
- chore: Update Ryujinx.SDL2-CS to 2.30.0.
- Dependency update. No expected changes.
## 1.1.1163 - 2024-02-06
### Added:
- Redact usernames from logs.
- Improves user privacy in logs by redacting usernames.
## 1.1.1162 - 2024-02-06
### Fixed:
- HLE/SERVICES: Cache AccountService token data.
- Fixes low framerates in games that request token data often, such as Monopoly for Nintendo Switch.
## 1.1.1161 - 2024-02-06
### Fixed:
- GUI: Fix crash when window is moved after a modal is dismissed.
- Fixes a crash that could occur if the main window's position was changed if a modal was dismissed beforehand on Ava UI.
## 1.1.1160 - 2024-02-05
### Changed:
- nuget: bump SPB from 0.0.4-build28 to 0.0.4-build32.
- Dependency update. No expected changes.
## 1.1.1159 - 2024-02-04
### Fixed:
- GPU: Revert change to skip flush when range size is 0.
- Fixes a regression caused by 1.1.1066 in Sonic Team Racing.
## 1.1.1158 - 2024-02-04
### Fixed:
- GPU: Fix depth compare value for TLD4S shader instruction with offset.
- Fixes shadows in Hotshot Racing.
## 1.1.1157 - 2024-02-04
### Fixed:
- GPU: Remove component operand for texture gather with depth compare.
- Fixes a crash in Hotshot Racing on Vulkan.
## 1.1.1156 - 2024-02-03
### Fixed:
- Limit remote closed session removal to SM service.