mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-05 07:14:59 -06:00
Clean up code
This commit is contained in:
parent
38062380a4
commit
5d39ebe83b
@ -1270,7 +1270,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
|||||||
// on a real 3ds this is about 0.38 seconds
|
// on a real 3ds this is about 0.38 seconds
|
||||||
static constexpr std::chrono::nanoseconds UDSBeaconScanInterval{300000000};
|
static constexpr std::chrono::nanoseconds UDSBeaconScanInterval{300000000};
|
||||||
|
|
||||||
input_event = ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval,
|
ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval,
|
||||||
std::make_shared<ThreadCallback>(0xF));
|
std::make_shared<ThreadCallback>(0xF));
|
||||||
|
|
||||||
// Retrieve all beacon frames that were received from the desired mac address.
|
// Retrieve all beacon frames that were received from the desired mac address.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user