libctru
v2.4.1
|
RomFS directory. More...
#include <romfs.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. | |
u16 | name [] |
Name. (UTF-16) | |
RomFS directory.