diff options
author | bunnei <bunneidev@gmail.com> | 2021-05-08 01:51:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 01:51:24 -0700 |
commit | 72a49c2bbcce46c24b6d8ee0592989a507dcd68a (patch) | |
tree | 7bc8b5fc20e45995fa0d45bef90d2e88b7f7a912 | |
parent | faa067f175cbf5e916ed75776817f0046e6731c4 (diff) |
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) if (YUZU_USE_BUNDLED_SDL2) # Detect toolchain and platform if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) - set(SDL2_VER "SDL2-2.0.14") + set(SDL2_VER "SDL2-2.0.15-prerelease") else() message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own.") endif() |