Explorar o código

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

Subv %!s(int64=9) %!d(string=hai) anos
pai
achega
0ae6d8be5b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/hle/service/nwm/nwm_uds.cpp

+ 1 - 0
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);