mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2025-02-16 21:45:39 +00:00
Update title.h
I was sleepy.
This commit is contained in:
parent
a01b7846de
commit
34c15d92cc
1 changed files with 1 additions and 3 deletions
|
@ -139,9 +139,7 @@ NX_INLINE void titleConvertNcmContentSizeToU64(const u8 *size, u64 *out)
|
||||||
|
|
||||||
NX_INLINE void titleConvertU64ToNcmContentSize(const u64 *size, u8 *out)
|
NX_INLINE void titleConvertU64ToNcmContentSize(const u64 *size, u8 *out)
|
||||||
{
|
{
|
||||||
if (!size || !out) return;
|
if (size && out) memcpy(out, size, 6);
|
||||||
memcpy(out, size, 6);
|
|
||||||
out[6] = out[7] = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NX_INLINE u64 titleGetPatchIdByApplicationId(u64 app_id)
|
NX_INLINE u64 titleGetPatchIdByApplicationId(u64 app_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue