You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
close(), read(), and write() should work on sockets, but DSWifi requires closesocket(), recv(), and send(). We will need a way to set callbacks in libnds from DSWifi so that the former functions work.
However, it may be a good idea to wait until sgIP is replaced by some other library, like lwIP.
The text was updated successfully, but these errors were encountered:
close()
,read()
, andwrite()
should work on sockets, but DSWifi requiresclosesocket()
,recv()
, andsend()
. We will need a way to set callbacks in libnds from DSWifi so that the former functions work.However, it may be a good idea to wait until sgIP is replaced by some other library, like lwIP.
The text was updated successfully, but these errors were encountered: