mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Netplay: Fix building on clang 17.
This commit is contained in:
@ -23,5 +23,5 @@ int ENET_CALLBACK InterceptCallback(ENetHost* host, ENetEvent* event);
|
||||
bool SendPacket(ENetPeer* socket, const sf::Packet& packet, u8 channel_id);
|
||||
|
||||
// used for traversal packets and wake-up packets
|
||||
constexpr ENetEventType SKIPPABLE_EVENT = ENetEventType(42);
|
||||
constexpr int SKIPPABLE_EVENT = 42;
|
||||
} // namespace Common::ENet
|
||||
|
Reference in New Issue
Block a user