1. 04 Jul, 2020 4 commits
  2. 03 Jul, 2020 8 commits
  3. 02 Jul, 2020 3 commits
  4. 01 Jul, 2020 11 commits
  5. 30 Jun, 2020 10 commits
  6. 29 Jun, 2020 4 commits
    • Jan Beich's avatar
      cmake: depend on WebEngine with system Qt · dda90ce1
      Jan Beich authored
      CMake Error at src/yuzu/CMakeLists.txt:7 (add_executable):
        Target "yuzu" links to target "Qt5::WebEngineCore" but the target was not
        found.  Perhaps a find_package() call is missing for an IMPORTED target, or
        an ALIAS target is missing?
      dda90ce1
    • Jan Beich's avatar
      common: add sysconf() fallback · e6085ea3
      Jan Beich authored
      src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found
       #include <sys/sysinfo.h>
                ^~~~~~~~~~~~~~~
      e6085ea3
    • Morph's avatar
      10eca7f6
    • John Galt's avatar
      cmake: fix fmt linking · 765e37aa
      John Galt authored
      On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking
      fails. This fixes the issue.
      
      Note: This was included in the FindBoost changes I shared with
      BlinkHawk, however only they were merged. I'm not sure if it was missed,
      or if there was an issue with this part of the change.
      765e37aa