1. 29 Apr, 2021 2 commits
  2. 28 Apr, 2021 2 commits
  3. 27 Apr, 2021 1 commit
  4. 26 Apr, 2021 6 commits
  5. 25 Apr, 2021 3 commits
  6. 24 Apr, 2021 9 commits
  7. 23 Apr, 2021 14 commits
  8. 22 Apr, 2021 3 commits
    • bunnei's avatar
      Merge pull request #6224 from Morph1984/hid_InitializeSevenSixAxisSensor · cdce1edf
      bunnei authored
      service: hid: Get transfer memory for InitializeSevenSixAxisSensor
      cdce1edf
    • bunnei's avatar
      Merge pull request #6222 from lat9nq/ext-boost · d1e35a37
      bunnei authored
      cmake: Download Boost from ext-linux-bin if inadequate local version
      d1e35a37
    • lat9nq's avatar
      cmake: Download Boost if inadequate local version · ad55faaa
      lat9nq authored
      Building SDL2 from externals is incompatible with Conan's version of
      libiconv, a requirement of Conan's Boost package. Solution is to use the
      same Boost package in use by the linux-fresh container. This tells CMake
      to download boost_1_75_0.tar.xz from yuzu-emu/ext-linux-bin at CMake's
      configuration step, much the same way Qt and FFmpeg are downloaded for
      Windows.
      
      Also makes DownloadExternals.cmake cross-platform. Although the CMake
      code is not entirely specific to Linux, only Linux has Boost libraries
      available at ext-linux-bin, whereas there is no equivalent Boost package
      for Windows at ext-windows-bin. caveat emptor
      ad55faaa