1. 16 Jul, 2021 2 commits
    • lat9nq's avatar
      cmake: Only search for Qt when we need to · 4c6cc675
      lat9nq authored
      When YUZU_USE_BUNDLED_QT was specified on a system with a compliant Qt
      version installed, CMake configuration would cause an error due to
      mixing YUZU_USE_BUNDLED_QT with the system Qt.
      
      Solution is to only search for Qt when YUZU_USE_BUNDLED_QT is disabled.
      4c6cc675
    • lat9nq's avatar
      cmake: Only use NO_CMAKE_SYSTEM_PATH when needed for Qt · a36d2b94
      lat9nq authored
      As-is causes issues with building yuzu using MinGW GCC on Linux-based
      machines. Only set the variable when needed. (I'm not quite sure how
      this was working before.)
      a36d2b94
  2. 15 Jul, 2021 3 commits
  3. 14 Jul, 2021 3 commits
  4. 13 Jul, 2021 6 commits
  5. 12 Jul, 2021 5 commits
  6. 11 Jul, 2021 4 commits
  7. 10 Jul, 2021 4 commits
  8. 09 Jul, 2021 13 commits