mirror of
https://github.com/jakcron/nstool.git
synced 2025-01-03 16:35:29 +00:00
[nx] Fix nso.h typos
This commit is contained in:
parent
aad9f75239
commit
a8863ca9c3
|
@ -21,7 +21,7 @@ namespace nx
|
||||||
FLAG_TEXT_HASH,
|
FLAG_TEXT_HASH,
|
||||||
FLAG_RO_HASH,
|
FLAG_RO_HASH,
|
||||||
FLAG_DATA_HASH
|
FLAG_DATA_HASH
|
||||||
}
|
};
|
||||||
|
|
||||||
static const size_t kModuleIdLen = 32;
|
static const size_t kModuleIdLen = 32;
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ namespace nx
|
||||||
{
|
{
|
||||||
le_uint32_t offset;
|
le_uint32_t offset;
|
||||||
le_uint32_t size;
|
le_uint32_t size;
|
||||||
}
|
};
|
||||||
|
|
||||||
struct sNsoHeader
|
struct sNsoHeader
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue