XEX2 lan key header
This commit is contained in:
parent
ba399d52b9
commit
f5ee6f4cf5
|
@ -468,6 +468,10 @@ union xex2_version {
|
|||
};
|
||||
};
|
||||
|
||||
struct xex2_opt_lan_key {
|
||||
uint8_t key[0x10];
|
||||
};
|
||||
|
||||
struct xex2_opt_bound_path {
|
||||
xe::be<uint32_t> size;
|
||||
char path[1];
|
||||
|
|
Loading…
Reference in New Issue