Skip to content

Commit 5eff20a

Browse files
committed
added notes
1 parent 314830c commit 5eff20a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

orbisFSTool/OrbisFSFormat.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@ typedef struct {
119119
//#define DT_LNK 10
120120
//#define DT_SOCK 12
121121
//#define DT_WHT 14
122+
123+
#define ORBIS_FS_DIRELEM_ELEMSIZE_MIN 0x30
122124
typedef struct {
123125
uint32_t inodeNum;
124-
uint32_t unk0_is_0x00100000; //is expected to be 0x00100000
125-
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
126128
uint16_t namelen;
127129
uint16_t type;
128130
char name[];

0 commit comments

Comments
 (0)