mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 11:07:52 -05:00
Network: Moved NintendoOUI initalization to RoomMember constructor
This commit is contained in:
@ -24,7 +24,7 @@ struct RoomInformation {
|
||||
using MacAddress = std::array<u8, 6>;
|
||||
/// A special MAC address that tells the room we're joining to assign us a MAC address
|
||||
/// automatically.
|
||||
const MacAddress NoPreferredMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
constexpr MacAddress NoPreferredMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
|
||||
// 802.11 broadcast MAC address
|
||||
constexpr MacAddress BroadcastMac = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
||||
|
Reference in New Issue
Block a user