mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
cf84991672
- Cleaned up a bunch of functions - Now builds with the latest toolchain. - GUI uses Citro2D.
11 lines
167 B
C
11 lines
167 B
C
#ifndef AM_H
|
|
#define AM_H
|
|
|
|
#include <3ds.h>
|
|
|
|
Result amGetServiceHandle(void);
|
|
Result amCloseServiceHandle(void);
|
|
Result amNetGetDeviceCert(u8 const * buffer);
|
|
|
|
#endif
|