mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00: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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue