net_select in libogc is not yet implemented:
s32 net_select(s32 maxfdp1, fd_set readset, fd_set writeset, fd_set exceptset, struct timeval timeout) { // not yet implemented return -EINVAL; }
Log in to post a comment.