Skip to content
  1. Sep 08, 2022
    • Kyle Kienapfel's avatar
      CMake: explicitly link mbedcrypto for yuzu-room · e78a6233
      Kyle Kienapfel authored
      Doesn't appear to effect anything regular, but in both Linux and Windows
      builds it looks like our project has all the libraries available for
      linking. 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
      e78a6233
  2. Sep 06, 2022
  3. Sep 05, 2022
  4. Sep 03, 2022
  5. Sep 02, 2022
  6. Sep 01, 2022
  7. Aug 31, 2022
  8. Aug 30, 2022
  9. Aug 28, 2022
  10. Aug 27, 2022
  11. Aug 26, 2022
  12. Aug 25, 2022
  13. Aug 24, 2022
  14. Aug 23, 2022
Loading