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

This commit is contained in:
KeatonTheBot
2026-01-02 22:54:46 -06:00
parent 5ecdd197cd
commit 1390fd02d7
@@ -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)
{