From c5c9ea4583509994930cd539376428402a5c15d8 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sun, 5 Jan 2025 23:42:01 -0600 Subject: [PATCH] remove debugging lines (sorry, i dont own amd hardware, shocker) --- src/Ryujinx/AppHost.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Ryujinx/AppHost.cs b/src/Ryujinx/AppHost.cs index 8cb92c935..7df241091 100644 --- a/src/Ryujinx/AppHost.cs +++ b/src/Ryujinx/AppHost.cs @@ -892,10 +892,6 @@ namespace Ryujinx.Ava { var physicalDevices = VulkanRenderer.GetPhysicalDevices(); var selectedDevice = physicalDevices.First(d => d.Id == ConfigurationState.Instance.Graphics.PreferredGpu); - - var isRdna3 = VendorUtils.AmdRdna3Pattern.IsMatch(selectedDevice.Name); - - Logger.Info?.Print(LogClass.Gpu, $"{selectedDevice.Name}: {(isRdna3 ? "RDNA" : "NOT RDNA3")}"); if (VendorUtils.AmdRdna3Pattern.IsMatch(selectedDevice.Name)) return Rdna3VulkanRenderer.Create(