mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-10 19:31:31 -06:00
Added log message for checking MAC address
This commit is contained in:
parent
c4f6bffd91
commit
c00705f9a4
@ -594,6 +594,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
MacAddress mac_address;
|
||||
rp.PopRaw(mac_address);
|
||||
LOG_WARNING(Service_NWM, "MAC: {}", std::string str(std::begin(mac_address), std::end(mac_address)));
|
||||
|
||||
rp.Skip(9, false);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user