mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-06 23:13:07 +00:00
Address second part of review comments
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
namespace InputCommon::CemuhookUDP {
|
||||
|
||||
static constexpr u16 DEFAULT_PORT = 26760;
|
||||
static constexpr const char* DEFAULT_ADDR = "127.0.0.1";
|
||||
constexpr u16 DEFAULT_PORT = 26760;
|
||||
constexpr char DEFAULT_ADDR[] = "127.0.0.1";
|
||||
|
||||
class Socket;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user