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
xexHeader_t Struct Reference

The header of a .xex file. More...

#include <xex.h>

Public Attributes

char magic [4]
 
uint32_t module_flags
 
uint32_t header_size
 
uint32_t rsv0
 
uint32_t sec_info_offset
 
uint32_t optional_header_count
 

Detailed Description

The header of a .xex file.

Definition at line 10 of file xex.h.

Member Data Documentation

◆ header_size

uint32_t xexHeader_t::header_size

Definition at line 14 of file xex.h.

◆ magic

char xexHeader_t::magic[4]

Definition at line 12 of file xex.h.

◆ module_flags

uint32_t xexHeader_t::module_flags

Definition at line 13 of file xex.h.

◆ optional_header_count

uint32_t xexHeader_t::optional_header_count

Definition at line 17 of file xex.h.

◆ rsv0

uint32_t xexHeader_t::rsv0

Definition at line 15 of file xex.h.

◆ sec_info_offset

uint32_t xexHeader_t::sec_info_offset

Definition at line 16 of file xex.h.


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