libnx  v4.6.0
Data Fields
romfs_header Struct Reference

RomFS header. More...

#include <romfs_dev.h>

Data Fields

u64 headerSize
 Size of the header.
 
u64 dirHashTableOff
 Offset of the directory hash table.
 
u64 dirHashTableSize
 Size of the directory hash table.
 
u64 dirTableOff
 Offset of the directory table.
 
u64 dirTableSize
 Size of the directory table.
 
u64 fileHashTableOff
 Offset of the file hash table.
 
u64 fileHashTableSize
 Size of the file hash table.
 
u64 fileTableOff
 Offset of the file table.
 
u64 fileTableSize
 Size of the file table.
 
u64 fileDataOff
 Offset of the file data.
 

Detailed Description

RomFS header.


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