diff --git a/src/xenia/kernel/util/xex2_info.h b/src/xenia/kernel/util/xex2_info.h index d05f964ee..209aa05d5 100644 --- a/src/xenia/kernel/util/xex2_info.h +++ b/src/xenia/kernel/util/xex2_info.h @@ -468,6 +468,10 @@ union xex2_version { }; }; +struct xex2_opt_lan_key { + uint8_t key[0x10]; +}; + struct xex2_opt_bound_path { xe::be size; char path[1];