Skip to content

Commit

Permalink
Server proof-of-concept
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Joy Bell <[email protected]>
  • Loading branch information
halotroop2288 committed Mar 10, 2024
1 parent a1f70b5 commit bf44888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_flags():
("module_mbedtls_enabled", False), # mbedtls has not been ported to Wii
("module_mobile_vr_enabled", False), # Wii is not mobile, nor capable of VR by default
("module_theora_enabled", False), # Undefined reference to `oggpack_*`
("module_upnp_enabled", False), # Unsupported, may require porting
("module_upnp_enabled", False), # UPNP is unsupported due to missing sys/socket.h
("module_webm_enabled", False), # WebM is unsupported due to missing semaphore.h
("module_websocket_enabled", False), # WebSocket is unsupported due to missing netinet/in.h (wslay)

Expand Down

0 comments on commit bf44888

Please sign in to comment.