diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/udp/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h index b06a3f85a..0b21f4da6 100644 --- a/src/input_common/udp/client.h +++ b/src/input_common/udp/client.h | |||
| @@ -18,8 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | namespace InputCommon::CemuhookUDP { | 19 | namespace InputCommon::CemuhookUDP { |
| 20 | 20 | ||
| 21 | static constexpr u16 DEFAULT_PORT = 26760; | 21 | constexpr u16 DEFAULT_PORT = 26760; |
| 22 | static constexpr const char* DEFAULT_ADDR = "127.0.0.1"; | 22 | constexpr char DEFAULT_ADDR[] = "127.0.0.1"; |
| 23 | 23 | ||
| 24 | class Socket; | 24 | class Socket; |
| 25 | 25 | ||