yuzu/src/input_common/udp
FearlessTobi 230ac6a4e8 input_common/udp: Fix Linux build by using a backwards compatible way of error checking
Should fix https://github.com/yuzu-emu/yuzu/issues/3487.

error_code::failed is a function which has been introduced in Boost 1.69.
This version of boost hasn't landed in most major distros yet.
2020-03-17 12:29:25 +01:00
..
client.cpp input_common/udp: Fix Linux build by using a backwards compatible way of error checking 2020-03-17 12:29:25 +01:00
client.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00
protocol.cpp input/udp - Dont log on invalid packet received 2020-03-03 19:52:16 -07:00
protocol.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00
udp.cpp input_common/udp: Add missing override specifiers 2020-02-03 09:26:53 -05:00
udp.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00