Skip to content

Commit 63dd8f4

Browse files
committed
Update effdrv.h
1 parent 52122c8 commit 63dd8f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ttyd-tools/rel/include/ttyd/effdrv.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ struct EffWork
2121
{
2222
uint32_t effCount;
2323
EffEntry *entries;
24-
uint8_t unk_8[16];
24+
uint32_t unk_8;
25+
uint32_t unk_c;
26+
uint32_t unk_10;
27+
uint32_t unk_14;
2528
} __attribute__((__packed__));
2629

2730
static_assert(sizeof(EffWork) == 0x18);

0 commit comments

Comments
 (0)