muteki
Loading...
Searching...
No Matches
loader_file_descriptor_s Struct Reference

File descriptor specific to loader. More...

#include <loader.h>

Data Fields

loader_cart_descriptor_tcart
 ROM cart descriptor.
 
void * parent_fd
 Parent file descriptor.
 
size_t subfile_base
 Base offset of the sub-file.
 
size_t size
 Base offset of this sub-file, within parent_fd.
 
size_t subfile_offset
 Current ftell offset of this sub-file.
 
short unk_0x14
 Unknown. Seems to be unused.
 
short unk_0x16
 Unknown.
 
unsigned int unk_0x18
 Unknown.
 
unsigned int unk_0x1c
 Unknown.
 

Detailed Description

File descriptor specific to loader.

Field Documentation

◆ parent_fd

void* loader_file_descriptor_s::parent_fd

Parent file descriptor.

Todo:
Retype this to the proper file descriptor type once we actually figure out how it works.

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