From cc6c5fd98a9b1635d184f2c0ee1ef6bd3a784aa4 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Fri, 25 Oct 2024 14:21:32 -0500 Subject: [PATCH 1/3] nuget: bump the avalonia group with 7 updates --- Directory.Packages.props | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e6be60790..56058ac9e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,13 +3,13 @@ true - - - - - - - + + + + + + + @@ -51,4 +51,4 @@ - \ No newline at end of file + From 1b6819186a02ff7149c78216cc7e7baa9ba87ba1 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Fri, 25 Oct 2024 14:26:04 -0500 Subject: [PATCH 2/3] nuget: bump non-avalonia packages * Bump Concentus from 2.2.0 to 2.2.2 * Bump Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.1.2 * Bump Ryujinx.Graphics.Vulkan.Dependencies.MoltenVK from 1.2.0 to 1.2.3 * Bump SkiaSharp packages with 2 updates --- Directory.Packages.props | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 56058ac9e..e6123fb57 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,7 +14,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -44,8 +44,8 @@ - - + + From 433f9c37c5a25d252c89b1bff2cd0226ee74a021 Mon Sep 17 00:00:00 2001 From: KeatonTheBot Date: Tue, 5 Nov 2024 20:29:58 -0600 Subject: [PATCH 3/3] nuget: bump packages * Bump Silk.NET.Vulkan group with 3 updates (2.21.0 to 2.22.0) * Bump Microsoft.IdentityModel.JsonWebTokens from 8.1.2 to 8.2.0 --- Directory.Packages.props | 8 ++++---- src/Ryujinx.Graphics.Vulkan/Vendor.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e6123fb57..f64fd6dd3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,7 +22,7 @@ - + @@ -41,9 +41,9 @@ - - - + + + diff --git a/src/Ryujinx.Graphics.Vulkan/Vendor.cs b/src/Ryujinx.Graphics.Vulkan/Vendor.cs index 55ae0cd81..6a2a76a88 100644 --- a/src/Ryujinx.Graphics.Vulkan/Vendor.cs +++ b/src/Ryujinx.Graphics.Vulkan/Vendor.cs @@ -92,7 +92,7 @@ namespace Ryujinx.Graphics.Vulkan DriverId.MesaDozen => "Dozen", DriverId.MesaNvk => "NVK", DriverId.ImaginationOpenSourceMesa => "Imagination (Open)", - DriverId.MesaAgxv => "Honeykrisp", + DriverId.MesaHoneykrisp => "Honeykrisp", _ => id.ToString(), }; }