3DSident/common/misc.h
Joel16 cf84991672 Merge GUI and Console in one branch
- Cleaned up a bunch of functions
- Now builds with the latest toolchain.
- GUI uses Citro2D.
2018-07-31 13:59:17 -05:00

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