mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.adt: s/gate/psidx/
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
56e279fe64
commit
aa11841808
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ PMGRDevices = GreedyRange(Struct(
|
||||||
Const(0, Int8ul),
|
Const(0, Int8ul),
|
||||||
"parents" / Array(2, Int16ul),
|
"parents" / Array(2, Int16ul),
|
||||||
"unk" / Int16ul,
|
"unk" / Int16ul,
|
||||||
"gate" / Int8ul,
|
"psidx" / Int8ul,
|
||||||
"psreg" / Int8ul,
|
"psreg" / Int8ul,
|
||||||
"unk2_0" / Int16ul,
|
"unk2_0" / Int16ul,
|
||||||
"pd" / Int8ul,
|
"pd" / Int8ul,
|
||||||
|
|
Loading…
Reference in a new issue