Skip to content

Commit

Permalink
Fix RX 6570 -> 6750
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed May 4, 2024
1 parent d249573 commit 2e0643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NootRX/Model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static constexpr Model dev73FF[] = {
{0xC3, "AMD Radeon RX 6600M"},
{0xC7, "AMD Radeon RX 6600"},
{0xCB, "AMD Radeon RX 6600S"},
{0xDF, "AMD Radeon RX 6570 GRE"},
{0xDF, "AMD Radeon RX 6750 GRE"},
};

static constexpr DevicePair devices[] = {
Expand Down

0 comments on commit 2e0643c

Please sign in to comment.