Skip to content

Commit

Permalink
vk: Register ampere GPU PCI IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Dec 17, 2020
1 parent 3c86e14 commit fb47d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcs3/Emu/RSX/VK/VKHelpers.cpp
Expand Up @@ -61,6 +61,7 @@ namespace vk
table.add(0x1F82, 0x1FB9, chip_class::NV_turing); // TU117, TU117M, TU117GL
table.add(0x2182, 0x21D1, chip_class::NV_turing); // TU116, TU116M, TU116GL
table.add(0x20B0, 0x20BE, chip_class::NV_ampere); // GA100
table.add(0x2204, 0x25AF, chip_class::NV_ampere); // GA10x (RTX 30 series)

return table;
}();
Expand Down

0 comments on commit fb47d1f

Please sign in to comment.