mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Disconnect on ... disconnect
This commit is contained in:
parent
eb2e935128
commit
f539e98f96
@ -1036,6 +1036,7 @@ bool Network::DecodeUpdate(C64Display *display, uint8 *js, MOS6581 *dst)
|
||||
case DISCONNECT:
|
||||
printf("Got disconnect\n");
|
||||
TheC64->network_connection_type = NONE;
|
||||
this->Disconnect();
|
||||
return false;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user