Boost: Fix building against Boost 1.87.0

This commit is contained in:
Mike Lothian 2024-12-14 12:55:32 +00:00
parent c403a0027e
commit 8874d08d3e
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ private:
}
SocketCallback callback;
boost::asio::io_service io_service;
boost::asio::io_context io_service;
boost::asio::basic_waitable_timer<clock> timer;
udp::socket socket;

View File

@ -82,7 +82,7 @@ public:
}
private:
boost::asio::io_service io_service;
boost::asio::io_context io_service;
boost::asio::ip::udp::socket socket;
std::array<u8, InputCommon::CemuhookUDP::MAX_PACKET_SIZE> send_buffer;
std::array<u8, InputCommon::CemuhookUDP::MAX_PACKET_SIZE> receive_buffer;