mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
PowerControl: Support SMU of Vangogh GPU shipped with BIOS 115
This commit is contained in:
parent
e4c7c76825
commit
a12d920e0d
3 changed files with 3 additions and 20 deletions
|
|
@ -10,7 +10,7 @@ namespace PowerControl.Helpers.AMD
|
|||
public static readonly Device[] SupportedDevices =
|
||||
{
|
||||
// SteamDeck
|
||||
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05 })
|
||||
new Device("AMD Custom GPU 0405", 0x80300000, 0x8037ffff, new uint[] { 0x43F3900, 0x43F3C05, 0x43F3E00 })
|
||||
};
|
||||
|
||||
private static Device? DetectedDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue