summaryrefslogtreecommitdiff
path: root/src/input_common/udp
diff options
context:
space:
mode:
authorGravatar german772021-09-01 18:48:01 -0500
committerGravatar german772021-09-10 00:58:12 -0500
commit5798537ce431481f44e3335a1a291b733bd719ad (patch)
tree16aa3dcf2c0f76b74ac47b22feb7b23ac10b3280 /src/input_common/udp
parentMerge pull request #6965 from bunnei/cpu_manager_jthread (diff)
downloadyuzu-5798537ce431481f44e3335a1a291b733bd719ad.tar.gz
yuzu-5798537ce431481f44e3335a1a291b733bd719ad.tar.xz
yuzu-5798537ce431481f44e3335a1a291b733bd719ad.zip
input_common: Enable steam controllers and 8 player support
Diffstat (limited to 'src/input_common/udp')
-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 @@
21 21
22namespace InputCommon::CemuhookUDP { 22namespace InputCommon::CemuhookUDP {
23 23
24constexpr char DEFAULT_SRV[] = "127.0.0.1:26760";
25
26class Socket; 24class Socket;
27 25
28namespace Response { 26namespace Response {