Updated Changelog (markdown)
parent
3b2ad15415
commit
f538d6965a
1 changed files with 42 additions and 0 deletions
42
Changelog.md
42
Changelog.md
|
@ -3,6 +3,48 @@ 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.1262 - 2024-04-06
|
||||
### Added:
|
||||
- misc: Add ANGLE configuration option to JSON and CLI.
|
||||
- Adds command line arguments to change how the UI will be rendered
|
||||
--software-gui = Avalonia will use software rendering.
|
||||
--hardware-gui = Avalonia will use ANGLE/GLX rendering.
|
||||
- Should help with using Renderdoc to debug graphics issues. No user-facing changes.
|
||||
|
||||
## 1.1.1261 - 2024-04-06
|
||||
### Fixed:
|
||||
- Delete old 16KB page workarounds.
|
||||
- Deletes unused code. No user-facing changes.
|
||||
|
||||
## 1.1.1260 - 2024-04-06
|
||||
### Fixed:
|
||||
- Vulkan: Fix swapchain image view leak.
|
||||
- Fixes two regressions from 1.1.1154, though it's unknown what games might have been visibly affected.
|
||||
|
||||
## 1.1.1259 - 2024-04-06
|
||||
### Fixed:
|
||||
- Vulkan: Skip draws for patches topology without a tessellation shader.
|
||||
- On AMD graphics cards, fixes a crash in Luigi's Mansion 3 on the sand level.
|
||||
|
||||
## 1.1.1258 - 2024-04-06
|
||||
### Fixed:
|
||||
- nuget: bump DynamicData from 8.3.27 to 8.4.1.
|
||||
- Updates the DynamicData dependency. No expected user-facing changes.
|
||||
|
||||
## 1.1.1257 - 2024-04-06
|
||||
### Added:
|
||||
- Add mod enablement status in the log message.
|
||||
- Displays what mods are enabled in the logs and logging console. Intended to help with troubleshooting.
|
||||
|
||||
## 1.1.1256 - 2024-04-06
|
||||
### Changed:
|
||||
- Remove Unnecessary Category from Docs ReadME.
|
||||
|
||||
## 1.1.1255 - 2024-04-06
|
||||
### Fixed:
|
||||
- "Task.Wait()" synchronously blocks, use "await" instead.
|
||||
- Code cleanup. No expected user-facing changes.
|
||||
|
||||
## 1.1.1254 - 2024-04-05
|
||||
### Fixed:
|
||||
- ts: Migrate service to Horizon project.
|
||||
|
|
Loading…
Reference in a new issue