Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nintendo WII, Nintendo Gamecube, Nintendo DS and Nintnedo WII-U support. #340

Merged
merged 29 commits into from
May 29, 2024

Conversation

Wolf3s
Copy link
Contributor

@Wolf3s Wolf3s commented May 16, 2024

No description provided.

@Wolf3s
Copy link
Contributor Author

Wolf3s commented May 16, 2024

Port done by me.

@Wolf3s Wolf3s changed the title Add Nintendo WII, Nintendo Gamecube, Nintendo DS, Nintnedo WII-U support. Add Nintendo WII, Nintendo Gamecube, Nintendo DS and Nintnedo WII-U support. May 16, 2024
@Wolf3s Wolf3s force-pushed the nintendo branch 2 times, most recently from fe6ec58 to e499ee3 Compare May 16, 2024 14:45
Remove Nintendo Switch hack.
Separate gamecube from wii in README.
Remove HAVE_SYS__IOVEC_H
@Wolf3s Wolf3s force-pushed the nintendo branch 5 times, most recently from 940b0b9 to 4954c00 Compare May 16, 2024 20:37
} else if (getsockopt(fd, SOL_SOCKET, SO_ERROR,
(char *)&err, &err_size) != 0 || err != 0) {
#ifdef __GC__
} else if (getsockopt(fd, SOL_SOCKET, SO_ERROR, (char *)&err, err_size) != 0 || err != 0) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be turned into a getsockopt() replacement in compat.c but there are only two places so no need to worry about it for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there sorry for this, but unfortunally this implementation doesn't take the * parameter maybe i will do in a future update remove this and add convert cast to it.

@sahlberg sahlberg merged commit df23c6f into sahlberg:master May 29, 2024
11 of 12 checks passed
@Wolf3s Wolf3s deleted the nintendo branch May 29, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants