Browse Source

Services/UDS: Signal the connection event when closing down the network.

pull/15/merge
Subv 9 years ago
parent
commit
0ae6d8be5b
  1. 1
      src/core/hle/service/nwm/nwm_uds.cpp

1
src/core/hle/service/nwm/nwm_uds.cpp

@ -297,6 +297,7 @@ static void DestroyNetwork(Interface* self) {
CoreTiming::UnscheduleEvent(beacon_broadcast_event, 0);
connection_status.status = static_cast<u8>(NetworkStatus::NotConnected);
connection_status_event->Signal();
IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);

Loading…
Cancel
Save