From 5798537ce431481f44e3335a1a291b733bd719ad Mon Sep 17 00:00:00 2001 From: german77 Date: Wed, 1 Sep 2021 18:48:01 -0500 Subject: input_common: Enable steam controllers and 8 player support --- src/input_common/udp/client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input_common/udp/client.h') diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h index a11ea3068..380f9bb76 100644 --- a/src/input_common/udp/client.h +++ b/src/input_common/udp/client.h @@ -21,8 +21,6 @@ namespace InputCommon::CemuhookUDP { -constexpr char DEFAULT_SRV[] = "127.0.0.1:26760"; - class Socket; namespace Response { -- cgit v1.2.3