diff options
| author | 2023-07-06 18:57:14 -0400 | |
|---|---|---|
| committer | 2023-07-06 18:57:14 -0400 | |
| commit | f463ef7daeba118689168c6d27e5d73f4b5dfafc (patch) | |
| tree | 02f1a643425e09b37672d3529f3d045207696a4b | |
| parent | Merge pull request #11031 from german77/zero (diff) | |
| parent | externals: Update sdl2 to 2.28.1 (diff) | |
| download | yuzu-f463ef7daeba118689168c6d27e5d73f4b5dfafc.tar.gz yuzu-f463ef7daeba118689168c6d27e5d73f4b5dfafc.tar.xz yuzu-f463ef7daeba118689168c6d27e5d73f4b5dfafc.zip | |
Merge pull request #11022 from ChaseKnowlden/sdl2-next
externals: Update sdl2 to 2.28.1
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| m--------- | externals/SDL | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f5ef0ef50..26e93b038 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -489,7 +489,7 @@ if (ENABLE_SDL2) | |||
| 489 | if (YUZU_USE_BUNDLED_SDL2) | 489 | if (YUZU_USE_BUNDLED_SDL2) |
| 490 | # Detect toolchain and platform | 490 | # Detect toolchain and platform |
| 491 | if ((MSVC_VERSION GREATER_EQUAL 1920 AND MSVC_VERSION LESS 1940) AND ARCHITECTURE_x86_64) | 491 | if ((MSVC_VERSION GREATER_EQUAL 1920 AND MSVC_VERSION LESS 1940) AND ARCHITECTURE_x86_64) |
| 492 | set(SDL2_VER "SDL2-2.28.0") | 492 | set(SDL2_VER "SDL2-2.28.1") |
| 493 | else() | 493 | else() |
| 494 | message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own.") | 494 | message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own.") |
| 495 | endif() | 495 | endif() |
diff --git a/externals/SDL b/externals/SDL | |||
| Subproject 491fba1d06a4810645092b2559b9cc94abeb23b | Subproject 116a5344ff4e8b8166eac2db540cd6578b4ba02 | ||