From 54925af45f1f408469ed84e6708ca7274f675438 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 5 May 2023 17:37:43 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index aa30498..3fdbc9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.756 - 2023-05-05 +### Fixed: +- Use ToLowerInvariant when detecting GPU vendor. + - Fixes GPU vendor detection on Turkish systems where "NVIDIA Corporation" for example would become "nvıdıa corporation" and fail the check. + ## 1.1.755 - 2023-05-05 ### Added: - Allow any shader SSBO constant buffer slot and offset.