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 d2a976f commit 3dca7ddCopy full SHA for 3dca7dd
orbisFSTool/OrbisFSFormat.h
@@ -74,10 +74,6 @@ typedef struct {
74
75
76
#define ORBIS_FS_INODE_MAGIC 0xbf10
77
-#define ORBIS_FS_INODE_ENTRY_TYPE_EMPTY 0
78
-#define ORBIS_FS_INODE_ENTRY_TYPE_SINGLEBLOCK 1
79
-#define ORBIS_FS_INODE_ENTRY_TYPE_MULTIBLOCK 2
80
-
81
typedef struct {
82
uint32_t magic; //should be ORBIS_FS_INODE_MAGIC
83
uint32_t fatStages;
0 commit comments