summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-09-18 02:25:51 +0200
committerGitHub <noreply@github.com>2021-09-18 02:25:51 +0200
commit6d7801deb7a4cd83d95605f355b1f5aa1c576f31 (patch)
tree880d17eca43a29776dec8202cade67659c39ec6e /src/input_common/udp/client.h
parentMerge pull request #7015 from german77/NotGoodForTerra (diff)
parentinput_common: Enable steam controllers and 8 player support (diff)
downloadyuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.gz
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.bz2
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.lz
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.xz
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.tar.zst
yuzu-6d7801deb7a4cd83d95605f355b1f5aa1c576f31.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/udp/client.h2
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 {