Updated Changelog (markdown)

MetrosexualGarbodor 2023-05-21 20:48:25 +01:00
parent 634e7979ed
commit a14089ae96

@ -3,6 +3,17 @@ 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.814 - 2023-05-21
### Fixed:
- Fix crash in SettingsViewModel when Vulkan isn't available.
- Fixes a crash when opening the settings window on devices (e.g. Windows ARM) where Vulkan is not available.
## 1.1.813 - 2023-05-21
### Fixed:
- ServerBase thread safety.
- Fixes a possible `RecyclableMemoryStreamManager` crash when closing Ryujinx.
- Fixes some possible cases of Ryujinx hanging when stopping emulation.
## 1.1.812 - 2023-05-21 ## 1.1.812 - 2023-05-21
### Changed: ### Changed:
- Replace ShaderBindings with new ResourceLayout structure for Vulkan. - Replace ShaderBindings with new ResourceLayout structure for Vulkan.