|
RetroArch
|
Go to the source code of this file.
Typedefs | |
| typedef int | ACResult |
| typedef unsigned long | ACIpAddress |
Enumerations | |
| enum | { AC_FAILED = -1, AC_OK = 0, AC_BUSY = 1 } |
Functions | |
| ACResult | ACInitialize (void) |
| void | ACFinalize (void) |
| ACResult | ACConnect (void) |
| ACResult | ACClose (void) |
| ACResult | ACGetAssignedAddress (ACIpAddress *addr) |
| ACResult | ACGetAssignedSubnet (ACIpAddress *addr) |
| typedef unsigned long ACIpAddress |
| typedef int ACResult |
These functions manage the Wii U's AutoConnect library–basically connecting to the LAN/Internet via the network profile set up in System Preferences.
| ACResult ACGetAssignedAddress | ( | ACIpAddress * | addr | ) |
| ACResult ACGetAssignedSubnet | ( | ACIpAddress * | addr | ) |
1.8.15