mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-27 19:47:09 -03:00
remove debugging lines (sorry, i dont own amd hardware, shocker)
This commit is contained in:
parent
f4d8902acb
commit
06c55714e5
1 changed files with 0 additions and 4 deletions
|
@ -892,10 +892,6 @@ namespace Ryujinx.Ava
|
||||||
{
|
{
|
||||||
var physicalDevices = VulkanRenderer.GetPhysicalDevices();
|
var physicalDevices = VulkanRenderer.GetPhysicalDevices();
|
||||||
var selectedDevice = physicalDevices.First(d => d.Id == ConfigurationState.Instance.Graphics.PreferredGpu);
|
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))
|
if (VendorUtils.AmdRdna3Pattern.IsMatch(selectedDevice.Name))
|
||||||
return Rdna3VulkanRenderer.Create(
|
return Rdna3VulkanRenderer.Create(
|
||||||
|
|
Loading…
Add table
Reference in a new issue