Waternoose, the XBOX 360 emulator
A very young XBOX 360 emulator that aims to boot games some day
Loading...
Searching...
No Matches
Public Attributes | List of all members
optionalHeader_t Struct Reference

Following the XEX header are xexHeader_t::optional_header_count optional headers, which either contain an offset to a struct, or a value. More...

#include <xex.h>

Public Attributes

uint32_t id
 
union { 
 
   uint32_t   offset 
 
   uint32_t   value 
 
};  
 

Detailed Description

Following the XEX header are xexHeader_t::optional_header_count optional headers, which either contain an offset to a struct, or a value.

Definition at line 21 of file xex.h.

Member Data Documentation

◆ id

uint32_t optionalHeader_t::id

Definition at line 23 of file xex.h.

◆ offset

uint32_t optionalHeader_t::offset

Definition at line 26 of file xex.h.

◆ value

uint32_t optionalHeader_t::value

Definition at line 27 of file xex.h.


The documentation for this struct was generated from the following file: