mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +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:
|
case DISCONNECT:
|
||||||
printf("Got disconnect\n");
|
printf("Got disconnect\n");
|
||||||
TheC64->network_connection_type = NONE;
|
TheC64->network_connection_type = NONE;
|
||||||
|
this->Disconnect();
|
||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user