1. 08 Sep, 2022 1 commit
    • 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. 06 Sep, 2022 1 commit
  3. 05 Sep, 2022 1 commit
  4. 03 Sep, 2022 6 commits
  5. 02 Sep, 2022 3 commits
  6. 01 Sep, 2022 5 commits
  7. 31 Aug, 2022 3 commits
  8. 30 Aug, 2022 1 commit
  9. 28 Aug, 2022 1 commit
  10. 27 Aug, 2022 10 commits
  11. 26 Aug, 2022 2 commits
  12. 25 Aug, 2022 1 commit
  13. 24 Aug, 2022 2 commits
  14. 23 Aug, 2022 3 commits