Fix for typo in ISA_TO_ID table (#6)

Change-Id: Id0720988fb01079a3ca6f3287dc743d93db4fd0f
This commit is contained in:
Yat Sin, David
2025-03-25 10:30:04 -04:00
committed by GitHub
parent 7caeb3292f
commit ac6000dc47
+1 -1
View File
@@ -75,7 +75,7 @@ ISA_TO_ID = {
# Beige_Goby
"gfx1034" : [0x7420, 0x7421, 0x7422, 0x7423, 0x743f],
# Yellow_Carp
"gfx1035" : [0x164d, 0x1681]
"gfx1035" : [0x164d, 0x1681],
# Navi31
"gfx1100": [0x7448, 0x7449, 0x744a, 0x744c, 0x745e],