diff options
| author | 2021-05-08 01:51:24 -0700 | |
|---|---|---|
| committer | 2021-05-08 01:51:24 -0700 | |
| commit | 72a49c2bbcce46c24b6d8ee0592989a507dcd68a (patch) | |
| tree | 7bc8b5fc20e45995fa0d45bef90d2e88b7f7a912 | |
| parent | Merge pull request #6266 from bunnei/kautoobject-refactor (diff) | |
| download | yuzu-72a49c2bbcce46c24b6d8ee0592989a507dcd68a.tar.gz yuzu-72a49c2bbcce46c24b6d8ee0592989a507dcd68a.tar.xz yuzu-72a49c2bbcce46c24b6d8ee0592989a507dcd68a.zip | |
Update SDL2 to SDL2-2.0.15-prerelease.
- Improves native Switch JoyCon/Pro Controller support.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73274c2e0..054be094d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -274,7 +274,7 @@ if (ENABLE_SDL2) | |||
| 274 | if (YUZU_USE_BUNDLED_SDL2) | 274 | if (YUZU_USE_BUNDLED_SDL2) |
| 275 | # Detect toolchain and platform | 275 | # Detect toolchain and platform |
| 276 | if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) | 276 | if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) |
| 277 | set(SDL2_VER "SDL2-2.0.14") | 277 | set(SDL2_VER "SDL2-2.0.15-prerelease") |
| 278 | else() | 278 | else() |
| 279 | message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own.") | 279 | message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own.") |
| 280 | endif() | 280 | endif() |