mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 10:45:28 +00:00
[nx] Add romfs header constant.
This commit is contained in:
parent
12e535317a
commit
dd1297fbed
|
@ -17,6 +17,8 @@ namespace nx
|
|||
FILE_NODE_TABLE,
|
||||
SECTION_NUM
|
||||
};
|
||||
|
||||
static const uint64_t kRomfsHeaderAlign = 0x200;
|
||||
}
|
||||
|
||||
#pragma pack(push,1)
|
||||
|
|
Loading…
Reference in a new issue