libnx
v4.7.0
|
RomFS directory. More...
#include <romfs_dev.h>
Data Fields | |
u32 | parent |
Offset of the parent directory. | |
u32 | sibling |
Offset of the next sibling directory. | |
u32 | childDir |
Offset of the first child directory. | |
u32 | childFile |
Offset of the first file. | |
u32 | nextHash |
Directory hash table pointer. | |
u32 | nameLen |
Name length. | |
uint8_t | name [] |
Name. (UTF-8) | |
RomFS directory.