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
IP/Top: Add Android network interface #9191
Conversation
bd4eec1
to
beb7ae2
Compare
|
I've never worked with anything network related so I'm probably not the best person to review this PR. Feel free to mention me if you need help with testing something Android network-related in the future though. |
5e86215
to
aa079cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't comment on the actual network stuff, but the JNI bindings look fine.
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/NetworkHelper.java
Outdated
Show resolved
Hide resolved
aa079cb
to
f071e43
Compare
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/NetworkHelper.java
Outdated
Show resolved
Hide resolved
ae5fdd1
to
2ebec11
Compare
|
@JosJuice Done. I also added some missing null checks which prevents a crash when there is no active network. |
|
Could you add the Keep annotations like #9256 did? |
2ebec11
to
20ebed5
Compare
|
@leoetlino Done. |
This PR adds for (not so old) Android devices network interface support allowing to use network functions such as
bind. This PRs should work for Ethernet, Wi-Fi and maybe other connection.Ready to be reviewed.