diff options
author | bunnei <bunneidev@gmail.com> | 2021-09-17 17:25:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 17:25:51 -0700 |
commit | 6d7801deb7a4cd83d95605f355b1f5aa1c576f31 (patch) | |
tree | 880d17eca43a29776dec8202cade67659c39ec6e /src/input_common/udp | |
parent | d4ee94165fc6aeae7a1d4e6a13b5123d3dd2f0c0 (diff) | |
parent | 5798537ce431481f44e3335a1a291b733bd719ad (diff) |
Merge pull request #6950 from german77/multiplay
input_common: Add advanced setting for 8 player support
Diffstat (limited to 'src/input_common/udp')
-rw-r--r-- | src/input_common/udp/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |