Skip to content
  1. Apr 29, 2021
  2. Apr 28, 2021
  3. Apr 27, 2021
  4. Apr 26, 2021
  5. Apr 25, 2021
  6. Apr 24, 2021
  7. Apr 23, 2021
  8. Apr 22, 2021
    • 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
Loading