mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
Netplay: Fix building on clang 17.
This commit is contained in:
parent
7dae4dd3d2
commit
b181842092
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue