mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 06:52:41 +00:00
core, yuzu: Address first part of review comments
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class Validation {
|
||||
public:
|
||||
Validation()
|
||||
: room_name(room_name_regex), nickname(nickname_regex), ip(ip_regex), port(0, 65535) {}
|
||||
: room_name(room_name_regex), nickname(nickname_regex), ip(ip_regex), port(0, UINT16_MAX) {}
|
||||
|
||||
~Validation() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user