| Commit message (Collapse) | Author | Files | Lines |
|
- This is breaking our build pipelines with Zydis (dynarmic dependency).
|
|
- Bintray will be deprecated on May 1st 2021 (https://bintray.com/)
- We were previously using this for Qt (non-Windows) and SDL.
- I've moved to bundled SDL on Windows.
|
|
|
|
Previously this flag was missing, causing translation files not to be shipped with CI builds of yuzu.
|
|
Unicorn has been removed, yet CI still enables building with Unicorn.
This just cleans up a few leftovers by removing the variable from the
CMake parameters in CI.
|
|
... so that cmake can find the Vulkan SDK binaries
|
|
|
|
* Remove git submodules that will be loaded through conan
* Move custom Find modules to their own folder
* Use conan for downloading missing external dependencies
* CI: Change the yuzu source folder user to the user that the containers run on
* Attempt to remove dirty mingw build hack
* Install conan on the msvc build
* Only set release build type when using not using multi config generator
* Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries
* Add workaround for submodules that use legacy CMAKE variables
* Re-add USE_BUNDLED_QT on the msvc build bot
|
|
This updates to the latest available toolchain for MSVC builds.
|
|
|
|
|
|
|
|
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a.
|
|
|
|
|
|
|