equal
deleted
inserted
replaced
507 |
507 |
508 #ifdef ENABLE_NETWORK |
508 #ifdef ENABLE_NETWORK |
509 if (_network_available) { |
509 if (_network_available) { |
510 // Shut down the network and close any open connections |
510 // Shut down the network and close any open connections |
511 NetworkDisconnect(); |
511 NetworkDisconnect(); |
512 NetworkUDPClose(); |
|
513 NetworkShutDown(); |
|
514 } |
512 } |
515 #endif /* ENABLE_NETWORK */ |
513 #endif /* ENABLE_NETWORK */ |
516 |
514 |
517 _video_driver->stop(); |
515 _video_driver->stop(); |
518 _music_driver->stop(); |
516 _music_driver->stop(); |