mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
Don't set gfx override with RX 9000 and above
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ class Agent:
|
||||
|
||||
def get_gfx_version(self) -> Union[str, None]:
|
||||
if self.gfx_version >= 0x1200:
|
||||
return "12.0.0"
|
||||
return None # 12.0.1 is RX 9070, 12.0.0 is RX 9060
|
||||
elif self.gfx_version >= 0x1100:
|
||||
return "11.0.0"
|
||||
elif self.gfx_version >= 0x1000:
|
||||
|
||||
Reference in New Issue
Block a user