Updated Changelog (markdown)

MetrosexualGarbodor 2022-11-30 22:02:33 +00:00
parent daf3c5a251
commit cd0c7bcdae

@ -1,6 +1,25 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.402 - 2022-11-30
### Fixed:
- nuget: bump DiscordRichPresence from 1.0.175 to 1.1.3.18.
- Updates DiscordRichPresence dependencies. No changes to emulator functionality.
## 1.1.401 - 2022-11-30
### Fixed:
- Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote extensions.
- Required for MoltenVK. No changes in games.
## 1.1.400 - 2022-11-30
### Fixed:
- Ensure that vertex attribute buffer index is valid on GPU.
- Fixes some crashes on Vulkan on Intel and AMD graphics cards. It's currently unknown which games are affected.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.399 - 2022-11-29
### Fixed:
- nuget: bump System.Management from 6.0.0 to 7.0.0.
@ -21,10 +40,6 @@ All updates to the Ryujinx official master build will be documented in this file
- Avalonia: Update FluientAvalonia
- Make dialogs work on Linux with Avalonia making it usable on it again.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.395 - 2022-11-28
### Fixed:
- GPU: Always draw polygon topology as triangle fan.