mirror of
https://github.com/joel16/3DSident.git
synced 2025-04-02 05:31:32 +00:00
7 lines
122 B
C
7 lines
122 B
C
#include <3ds.h>
|
|
|
|
Handle cfgHandle;
|
|
|
|
Result cfgsInit();
|
|
Result cfgsExit();
|
|
Result cfgsSecureInfoGetSerialNo(char *serial); |