mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
10 lines
183 B
C
10 lines
183 B
C
|
#ifndef _3DSIDENT_MISC_H_
|
||
|
#define _3DSIDENT_MISC_H_
|
||
|
|
||
|
#include <3ds.h>
|
||
|
|
||
|
u32 Misc_TitleCount(FS_MediaType mediaType);
|
||
|
u32 Misc_TicketCount(void);
|
||
|
char *Misc_GetDeviceCert(void);
|
||
|
|
||
|
#endif
|