mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-21 19:09:23 +01:00
Create network
This commit is contained in:
parent
f2d59103a5
commit
384968da50
@ -70,7 +70,11 @@ public:
|
||||
if ( strncmp(Gui::gui->np->NetworkName, "Unset", strlen("Unset")) == 0)
|
||||
Gui::gui->pushDialogueBox(new DialogueBox(network_unset_name_dlg));
|
||||
else
|
||||
{
|
||||
TheC64->network = new Network(Gui::gui->np->NetworkServer,
|
||||
Gui::gui->np->NetworkPort);
|
||||
TheC64->network_connection_type = CONNECT;
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
printf("Send message NYI\n"); // FIXME! Send message
|
||||
|
Loading…
Reference in New Issue
Block a user