mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 12:41:47 +00:00
Remove unnecessary line breaks.
This commit is contained in:
parent
5d1944b43c
commit
b11df5e732
2 changed files with 0 additions and 37 deletions
|
@ -720,19 +720,6 @@ const char *titleGetNcmContentTypeName(u8 content_type)
|
|||
return g_titleNcmContentTypeNames[idx];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
NX_INLINE void titleFreeApplicationMetadata(void)
|
||||
{
|
||||
if (g_appMetadata)
|
||||
|
|
|
@ -111,30 +111,6 @@ bool titleIsGameCardInfoUpdated(void);
|
|||
/// Returns a pointer to a string holding the name of the provided ncm content type.
|
||||
const char *titleGetNcmContentTypeName(u8 content_type);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/// Miscellaneous functions.
|
||||
|
||||
NX_INLINE void titleConvertNcmContentSizeToU64(const u8 *size, u64 *out)
|
||||
|
|
Loading…
Reference in a new issue