mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 15:23:55 +00:00
Updated for 3rd party Amernime Driver (#140)
PerformanceOverlay: Add support for `AMD Radeon RX 670 Graphics`
This commit is contained in:
parent
1aaf98b4fa
commit
eb30de16c9
2 changed files with 8 additions and 6 deletions
|
|
@ -15,6 +15,8 @@ namespace PowerControl.Helpers.AMD
|
|||
// SteamDeck unofficial APU drivers
|
||||
// https://sourceforge.net/projects/amernimezone/files/Release%20Polaris-Vega-Navi/AMD%20SOC%20Driver%20Variant/
|
||||
new Device("AMD Radeon 670M", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
|
||||
new Device("AMD Radeon RX 670 Graphics", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 }),
|
||||
|
||||
};
|
||||
|
||||
private static Device? DetectedDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue