mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 02:57:49 +00:00
Services/UDS: Signal the connection event when closing down the network.
This commit is contained in:
parent
a177a5dd61
commit
6f0271bafe
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue