3DSident/source/am.h
Joel 529e11a058 Merge upstream changes
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.
2016-11-28 01:45:57 -06:00

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);