citra/src/dedicated_room
Lioncash 8366f6cb5e citra-room: Fix always false case in main() related to port range
If the variable we're checking is a u16, then there can never be values
outside of the 0-65535 range. This is bad because an arbitrary larger
value can be truncated down into a valid value, making an otherwise
malformed argument well-formed.

Change it to use u32 to allow the check to function properly.
2018-03-28 21:53:05 -04:00
..
citra-room.cpp citra-room: Fix always false case in main() related to port range 2018-03-28 21:53:05 -04:00
citra-room.rc Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00
CMakeLists.txt Fix path for travis upload 2018-03-09 19:11:32 +01:00