Updated Changelog (markdown)

MetrosexualGarbodor 2023-02-13 22:21:58 +00:00
parent 69edd75154
commit fb804d207c

@ -1,6 +1,16 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.619 - 2023-02-13
### Fixed:
- Vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level.
- In some cases, ensures the emulator won't try to initialize Vulkan on an incompatible graphics device. No changes in games.
## 1.1.618 - 2023-02-13
### Fixed:
- Vulkan: Do not call vkCmdSetViewport when viewportCount is 0.
- Fixes some Vulkan validation errors. No known changes in games.
## 1.1.617 - 2023-02-12
### Fixed:
- Fix partial updates for textures.