mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 11:39:43 +00:00
529e11a058
W.I.P changes include friend code, and device cert. Device cert doesn't print anything as of now. The NNID is displayed properly. This time it shows both your username and ID. Fixed a problem that caused crashes when de-initializing actu.
9 lines
163 B
C
9 lines
163 B
C
#include <3ds.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
Handle amHandle;
|
|
|
|
char * base64encode(const char * input);
|
|
Result amNetGetDeviceCert(u8 const * buffer);
|