mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
99fc2e4c58
Basically cleaning up and making sure functions succeed before returning the result.
9 lines
124 B
C
9 lines
124 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
#include <3ds.h>
|
|
|
|
u32 titleCount(FS_MediaType mediaType);
|
|
char * getDeviceCert(void);
|
|
|
|
#endif |