XEX2 lan key header

This commit is contained in:
Dr. Chat 2015-09-25 18:38:10 -05:00
parent ba399d52b9
commit f5ee6f4cf5
1 changed files with 4 additions and 0 deletions

View File

@ -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];