mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 05:36:34 +00:00
Updated Changelog (markdown)
parent
a769cfa5f0
commit
14d88de62d
1 changed files with 36 additions and 0 deletions
36
Changelog.md
36
Changelog.md
|
@ -3,6 +3,42 @@ 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.1156 - 2024-01-29
|
||||
### Fixed:
|
||||
- Limit remote closed session removal to SM service.
|
||||
- Fixes a regression caused by 1.1.1155 in "multi-program" games (e.g. Super Mario 3D All-Stars).
|
||||
|
||||
## 1.1.1155 - 2024-01-29
|
||||
### Fixed:
|
||||
- Ensure SM service won't listen to closed sessions.
|
||||
- Resolves a bug where titles that use the JIT service (e.g. N64 NSO) would fail to boot after 1.1.1131.
|
||||
|
||||
## 1.1.1154 - 2024-01-29
|
||||
### Added:
|
||||
- Vulkan: Add Render Pass / Framebuffer Cache.
|
||||
- Reduces driver specific costs for render pass/framebuffer re-creation.
|
||||
|
||||
## 1.1.1153 - 2024-01-29
|
||||
### Changed:
|
||||
- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.2.0 to 7.3.0.
|
||||
- Dependency update. No expected changes.
|
||||
|
||||
## 1.1.1152 - 2024-01-29
|
||||
### Fixed:
|
||||
- Fix opening the wrong log directory.
|
||||
- "Open Log directory" button now opens the correct log directory again.
|
||||
|
||||
## 1.1.1151 - 2024-01-29
|
||||
### Fixed:
|
||||
- Fix exception when trying to read output pointer buffer size.
|
||||
- Fixes a crash caused by the friend service IPC migration in Animal Crossing: New Horizons.
|
||||
|
||||
## 1.1.1150 - 2024-01-29
|
||||
### Added:
|
||||
- Cpu: Implement Vpadal and Vrintr instructions.
|
||||
- Adds implementations for the above CPU instructions to the JIT.
|
||||
- Required by Super Putty Squad and potentially other 32-bit titles.
|
||||
|
||||
## 1.1.1149 - 2024-01-29
|
||||
### Fixed:
|
||||
- deps: Update Avalonia.Svg.
|
||||
|
|
Loading…
Reference in a new issue