Closed funjoker closed 6 years ago
I should also update verifier to catch issues like this. Currently don't have access to raw 8.1 exports to double check the change, will likely do so later this week.
Actually, PC was still on so was able to remote in.
From 8.1 with official names:
LAYOUT 7CC84C2D
BUILD 8.1.0.27826
$id$ID<32>
Flags<u8>
DefaultPriority<u8>
DefaultPriorityPenalty<u8>
DefaultVolume
DefaultPlaybackLimit<u8>
BusEnumID<8>
$noninline,relation$Parent<u16>
Bad commit is da2e3116404c20de8dd751647f665a10e8dcf752 which adds a second reference to DefaultPlaybackLimit
. It was a manual merge for 8.1.0, so well, yeah. We should probably review the entire commit.
That specific dbd was fixed, but likely there is more broken stuff. In fact, it wasn't the broken commit but a previous BAD manual mapping. As indicated by the Flags
field completely missing and the first DefaultPlaybackLimit
being removed, not the one added in the commit. Fuck manual work..
LAYOUT 7CC84C2D contains twice
DefaultPlaybackLimit
Fixed:
Unsure if
Flags
is signed or unsigned