We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314830c commit 5eff20aCopy full SHA for 5eff20a
orbisFSTool/OrbisFSFormat.h
@@ -119,10 +119,12 @@ typedef struct {
119
//#define DT_LNK 10
120
//#define DT_SOCK 12
121
//#define DT_WHT 14
122
+
123
+#define ORBIS_FS_DIRELEM_ELEMSIZE_MIN 0x30
124
typedef struct {
125
uint32_t inodeNum;
- uint32_t unk0_is_0x00100000; //is expected to be 0x00100000
- uint32_t elemSize;
126
+ uint32_t unk0_is_0x00100000; //is expected to be 0x00100000
127
+ uint32_t elemSize; //minsize is 0x30, always padded to 0x10 bytes
128
uint16_t namelen;
129
uint16_t type;
130
char name[];
0 commit comments