diff options
| author | 2021-09-17 17:25:51 -0700 | |
|---|---|---|
| committer | 2021-09-17 17:25:51 -0700 | |
| commit | 6d7801deb7a4cd83d95605f355b1f5aa1c576f31 (patch) | |
| tree | 880d17eca43a29776dec8202cade67659c39ec6e /src/input_common/udp | |
| parent | Merge pull request #7015 from german77/NotGoodForTerra (diff) | |
| parent | input_common: Enable steam controllers and 8 player support (diff) | |
| download | yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.gz yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.xz yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.zip | |
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 @@ | |||
| 21 | 21 | ||
| 22 | namespace InputCommon::CemuhookUDP { | 22 | namespace InputCommon::CemuhookUDP { |
| 23 | 23 | ||
| 24 | constexpr char DEFAULT_SRV[] = "127.0.0.1:26760"; | ||
| 25 | |||
| 26 | class Socket; | 24 | class Socket; |
| 27 | 25 | ||
| 28 | namespace Response { | 26 | namespace Response { |