1. 05 Jul, 2020 1 commit
  2. 04 Jul, 2020 4 commits
  3. 03 Jul, 2020 8 commits
  4. 02 Jul, 2020 3 commits
  5. 01 Jul, 2020 12 commits
  6. 30 Jun, 2020 10 commits
  7. 29 Jun, 2020 2 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