diff options
| author | 2021-09-01 18:48:01 -0500 | |
|---|---|---|
| committer | 2021-09-10 00:58:12 -0500 | |
| commit | 5798537ce431481f44e3335a1a291b733bd719ad (patch) | |
| tree | 16aa3dcf2c0f76b74ac47b22feb7b23ac10b3280 /src/input_common/udp | |
| parent | Merge pull request #6965 from bunnei/cpu_manager_jthread (diff) | |
| download | yuzu-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.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 { |