diff --git a/src/core/hle/service/nwm/nwm_uds.cpp b/src/core/hle/service/nwm/nwm_uds.cpp index 288ae51c9..7ebbbe1a5 100644 --- a/src/core/hle/service/nwm/nwm_uds.cpp +++ b/src/core/hle/service/nwm/nwm_uds.cpp @@ -1270,7 +1270,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) { // on a real 3ds this is about 0.38 seconds static constexpr std::chrono::nanoseconds UDSBeaconScanInterval{300000000}; - input_event = ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval, + ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval, std::make_shared(0xF)); // Retrieve all beacon frames that were received from the desired mac address.