Skip to content

Commit

Permalink
fix: Add fallback model names for 15E7, 1638, 164C
Browse files Browse the repository at this point in the history
Whoops.
  • Loading branch information
VisualEhrmanntraut committed Nov 15, 2024
1 parent c40c5cd commit a722d4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NootedRed/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ static const Model dev1636[] = {
static const DevicePair devices[] = {
{0x15DD, dev15DD, arrsize(dev15DD), "AMD Radeon RX Graphics"},
{0x15D8, dev15D8, arrsize(dev15D8), "AMD Radeon RX Graphics"},
{0x15E7, nullptr, 0, "AMD Radeon RX Graphics"},
{0x1636, dev1636, arrsize(dev1636), "AMD Radeon RX Graphics"},
{0x1638, nullptr, 0, "AMD Radeon RX Graphics"},
{0x164C, nullptr, 0, "AMD Radeon RX Graphics"},
};

const char *getBrandingNameForDev(IOPCIDevice *device) {
Expand Down

0 comments on commit a722d4e

Please sign in to comment.