3DSident/include/misc.h
Joel16 99fc2e4c58 Merge upstream changes from GUI
Basically cleaning up and making sure functions succeed before returning the result.
2017-09-15 11:16:13 -05:00

9 lines
124 B
C

#ifndef MISC_H
#define MISC_H
#include <3ds.h>
u32 titleCount(FS_MediaType mediaType);
char * getDeviceCert(void);
#endif