1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 14:03:26 +01:00

Remove unnecessary line breaks.

This commit is contained in:
Pablo Curiel 2020-07-30 18:42:53 -04:00
parent 5d1944b43c
commit b11df5e732
2 changed files with 0 additions and 37 deletions

View file

@ -720,19 +720,6 @@ const char *titleGetNcmContentTypeName(u8 content_type)
return g_titleNcmContentTypeNames[idx];
}
NX_INLINE void titleFreeApplicationMetadata(void)
{
if (g_appMetadata)

View file

@ -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)