mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Implement AC::GetWifiStatus
This commit is contained in:
parent
0525d96aec
commit
46f92f145f
2 changed files with 17 additions and 0 deletions
|
@ -19,6 +19,7 @@ class ACService {
|
|||
void getConnectingInfraPriority(u32 messagePointer);
|
||||
void getStatus(u32 messagePointer);
|
||||
void getLastErrorCode(u32 messagePointer);
|
||||
void getWifiStatus(u32 messagePointer);
|
||||
void isConnected(u32 messagePointer);
|
||||
void registerDisconnectEvent(u32 messagePointer);
|
||||
void setClientVersion(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue