Clean up code

This commit is contained in:
U-DESKTOP-7SFAKTP\Ron 2026-01-26 01:10:10 -08:00
parent 38062380a4
commit 5d39ebe83b

View File

@ -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<ThreadCallback>(0xF));
// Retrieve all beacon frames that were received from the desired mac address.