|
libnx v4.9.0
|
RomFS file. More...
#include <romfs_dev.h>
Data Fields | |
| u32 | parent |
| Offset of the parent directory. | |
| u32 | sibling |
| Offset of the next sibling file. | |
| u64 | dataOff |
| Offset of the file's data. | |
| u64 | dataSize |
| Length of the file's data. | |
| u32 | nextHash |
| File hash table pointer. | |
| u32 | nameLen |
| Name length. | |
| uint8_t | name [] |
| Name. (UTF-8) | |
RomFS file.