From 4be5cadb94486edd306195342c0c272b14a399d2 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 23 Sep 2020 17:59:31 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index b08a499..6d86ae6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5418 - 2020-09-23 +### Changed +- Implemented small indexed draws and primitive topology override. This affects graphics emulation for games that use the Vulkan API on the Switch. + - Enables graphics to be rendered on Turok 2 and Doom 64. +- Miscellaneous minor gpu fixes. + ## 1.0.5417 - 2020-09-23 ### Changed - Return "NotAvailable" when no UserChannel data is present.