[nx] Add romfs header constant.

This commit is contained in:
jakcron 2018-04-25 16:34:52 +08:00
parent 12e535317a
commit dd1297fbed

View file

@ -17,6 +17,8 @@ namespace nx
FILE_NODE_TABLE, FILE_NODE_TABLE,
SECTION_NUM SECTION_NUM
}; };
static const uint64_t kRomfsHeaderAlign = 0x200;
} }
#pragma pack(push,1) #pragma pack(push,1)