not64/fileBrowser/HW64/customTitle.h

19 lines
466 B
C

/* customTitle.h - For loading our own title
by Mike Slegeir for Mupen64-GC
*/
#ifndef CUSTOM_TITLE_H
#define CUSTOM_TITLE_H
#define TITLE_ID (0x0001000148573634LL)
extern void* customTicket;
extern unsigned int customTicketSize;
extern void* customTMD;
extern unsigned int customTMDSize;
extern void* customCert;
extern unsigned int customCertSize;
extern void* customBanner;
extern unsigned int customBannerSize;
#endif