mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 03:19:24 +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)
|
if ( strncmp(Gui::gui->np->NetworkName, "Unset", strlen("Unset")) == 0)
|
||||||
Gui::gui->pushDialogueBox(new DialogueBox(network_unset_name_dlg));
|
Gui::gui->pushDialogueBox(new DialogueBox(network_unset_name_dlg));
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
TheC64->network = new Network(Gui::gui->np->NetworkServer,
|
||||||
|
Gui::gui->np->NetworkPort);
|
||||||
TheC64->network_connection_type = CONNECT;
|
TheC64->network_connection_type = CONNECT;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
printf("Send message NYI\n"); // FIXME! Send message
|
printf("Send message NYI\n"); // FIXME! Send message
|
||||||
|
Loading…
Reference in New Issue
Block a user