libctru/libctru/include/3ds/AC.h

12 lines
164 B
C
Raw Normal View History

2014-04-22 04:58:05 +02:00
#ifndef AC_H
#define AC_H
2014-08-25 18:14:48 +02:00
Result acInit();
Result acExit();
Result ACU_GetWifiStatus(Handle* servhandle, u32 *out);
2014-04-22 04:58:05 +02:00
Result ACU_WaitInternetConnection();
#endif