http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/blame/commit/39af5e51ffa2028e07ce02384241edb2e9820373/src/dedicated_room/CMakeLists.txt
If this feature is turned off, there is only one thing that
quit working, when linking yuzu-room it couldn't find a function called
mbedtls_base64_decode
mbedtls is split into three libraries for some reason:
mbedtls
mbedx509
mbedcrypto
mbedtls_base64_decode is in mbedcrypto 2022-09-08 12:34:36 +00:00 target_link_libraries(yuzu-room PRIVATE mbedtls mbedcrypto) dedicated_room: Initial implementation 2022-07-30 03:55:29 +00:00 if (MSVC)...