mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-27 12:04:16 +01:00
Merge pull request #3603 from lioncash/port
citra-room: Fix always false case in main() related to port range
This commit is contained in:
commit
697ff2f6e3
@ -69,7 +69,7 @@ int main(int argc, char** argv) {
|
||||
std::string token;
|
||||
std::string announce_url;
|
||||
u64 preferred_game_id = 0;
|
||||
u16 port = Network::DefaultRoomPort;
|
||||
u32 port = Network::DefaultRoomPort;
|
||||
u32 max_members = 16;
|
||||
|
||||
static struct option long_options[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user