Dolphin, the GameCube and Wii emulator - Forums
Why can't dolphin....., what do we need to do to add these to new revisions? - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Why can't dolphin....., what do we need to do to add these to new revisions? (/Thread-why-can-t-dolphin-what-do-we-need-to-do-to-add-these-to-new-revisions)



Why can't dolphin....., what do we need to do to add these to new revisions? - Joshua21136 - 02-20-2011

Why can't dolphin access the internet through the wii menu, what do we need to do to add this feature to new revisions? When will dolphin be able to launch channels from the wii menu? If there is something that needs to be added to a revision to do this, please tell me what we need to add.


RE: Why can't dolphin....., what do we need to do to add these to new revisions? - Anti-Ultimate - 02-20-2011

Because it's an emulator.
GODDAMN


RE: Why can't dolphin....., what do we need to do to add these to new revisions? - neobrain - 02-20-2011

Implement /dev/net/ip/top and /dev/net/kd/request IOCtls, kthxbai.


RE: Why can't dolphin....., what do we need to do to add these to new revisions? - Joshua21136 - 02-20-2011

Anti-Ultimate, clean language please.
NeoBrain thanks.


RE: Why can't dolphin....., what do we need to do to add these to new revisions? - KHRZ - 02-20-2011

I wanna browse the internet from my Wii... ON MY PC!!!

MAKE IT HAPPEN!


RE: Why can't dolphin....., what do we need to do to add these to new revisions? - neobrain - 02-20-2011

It really isn't that hard to do.
/dev/net/ip/top almost directly maps to berkeley sockets, only /dev/net/kd/request requires some reverse engineering (some of which has already been done and documented on wiibrew).

EDIT: And iirc, the latter one is only required for real online gaming, browsing prolly doesnt even need it Tongue