Weiyi Wang
77c1f647cb
web_service: stop using std::future + callback style async
2018-09-13 16:14:34 -04:00
fearlessTobi
b82bf1ccdb
Change variable name to web_api_url
2018-09-12 19:07:06 +02:00
fearlessTobi
d408f89a91
Rename announce-url, use variable for JWT retrieval url
2018-09-05 03:07:04 +02:00
fearlessTobi
73a38c6244
Fix compilation
2018-09-05 03:07:04 +02:00
Cameron Cawley
cef88965d7
citra-room: Use the default OpenGL loader instead of SDL_GL_GetProcAddress
...
Fixes #3538
2018-04-06 20:27:47 +01:00
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
B3n30
2d464e79dc
fixe typos
2018-03-11 12:58:00 +01:00
B3n30
b3cdf30c65
fixup! Network: Added an executable to host an dedicated room for local wifi
2018-03-09 19:11:32 +01:00
B3n30
a40ef602a3
Network: Added an executable to host an dedicated room for local wifi
2018-03-09 19:11:32 +01:00