1. 17 Jun, 2022 3 commits
    • lat9nq's avatar
      ci/windows: Build using Clang · c42fde2a
      lat9nq authored
      Uses the MinGWClangCross toolchain script to build yuzu. Disables our
      bundled SDL2 to use the system ones that have been modified to not use
      `-mwindows`. Also set's `-e` to stop the script on an error (as opposed
      to packaging nothing).
      
      Uses LLVM's linker for linking yuzu. Adds -femulated-tls due to a
      libstdc++ incompatibility between GCC and Clang in vulkan_common.
      c42fde2a
    • lat9nq's avatar
      CMakeModules: Add MinGWClangCross · fef3d8ac
      lat9nq authored
      Facilitates what programs we need for cross-compiling to Windows from
      Linux using LLVM's compilers. Based on MinGWCross
      fef3d8ac
    • lat9nq's avatar
      ci/windows: Split up cmake command · e56410b4
      lat9nq authored
      Improves readability.
      e56410b4
  2. 16 Jun, 2022 7 commits
  3. 15 Jun, 2022 9 commits
  4. 14 Jun, 2022 21 commits