|
libnx v4.9.0
|
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. | |
RomFS header.