mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx] Add romfs header constant.
This commit is contained in:
parent
12e535317a
commit
dd1297fbed
1 changed files with 2 additions and 0 deletions
|
@ -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