mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Netplay: Don't log skippable events as errors
This commit is contained in:
@ -21,4 +21,7 @@ using ENetHostPtr = std::unique_ptr<ENetHost, ENetHostDeleter>;
|
||||
void WakeupThread(ENetHost* host);
|
||||
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);
|
||||
} // namespace Common::ENet
|
||||
|
Reference in New Issue
Block a user