From 5d39ebe83b6bc488ad8605f0c3365fc87af36cdd Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-7SFAKTP\\Ron" Date: Mon, 26 Jan 2026 01:10:10 -0800 Subject: [PATCH] Clean up code --- src/core/hle/service/nwm/nwm_uds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.