From f5ee6f4cf545e23739369610b542c02e3e2d9b53 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Fri, 25 Sep 2015 18:38:10 -0500 Subject: [PATCH] XEX2 lan key header --- src/xenia/kernel/util/xex2_info.h | 4 ++++ 1 file changed, 4 insertions(+) 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];