Vulkan: Add ROG Xbox Ally device ID to feedback loop restriction

This commit is contained in:
KeatonTheBot
2026-01-04 18:34:34 -06:00
parent fcf1ba6b9e
commit ea7d680d11
@@ -374,7 +374,7 @@ namespace Ryujinx.Graphics.Vulkan
IsAmdRdna3 = Vendor == Vendor.Amd && (VendorUtils.AmdRdna3Regex().IsMatch(GpuRenderer)
// ROG Ally (X) Device IDs
|| properties.DeviceID is 0x15BF or 0x15C8);
|| properties.DeviceID is 0x15BF or 0x15C8 or 0x150E);
if (Vendor == Vendor.Nvidia)
{