Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
106b61b1
There was an error fetching the commit references. Please try again later.
Commit
106b61b1
authored
2 years ago
by
Narr the Reg
Browse files
Options
Downloads
Patches
Plain Diff
externals: Update sdl to 2.28.0
parent
eea21456
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
externals/SDL
+1
-1
1 addition, 1 deletion
externals/SDL
with
3 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
106b61b1
...
...
@@ -489,7 +489,7 @@ if (ENABLE_SDL2)
if
(
YUZU_USE_BUNDLED_SDL2
)
# Detect toolchain and platform
if
((
MSVC_VERSION GREATER_EQUAL 1920 AND MSVC_VERSION LESS 1940
)
AND ARCHITECTURE_x86_64
)
set
(
SDL2_VER
"SDL2-2.
0.18
"
)
set
(
SDL2_VER
"SDL2-2.
28.0
"
)
else
()
message
(
FATAL_ERROR
"No bundled SDL2 binaries for your toolchain. Disable YUZU_USE_BUNDLED_SDL2 and provide your own."
)
endif
()
...
...
@@ -509,7 +509,7 @@ if (ENABLE_SDL2)
elseif
(
YUZU_USE_EXTERNAL_SDL2
)
message
(
STATUS
"Using SDL2 from externals."
)
else
()
find_package
(
SDL2 2.
0.18
REQUIRED
)
find_package
(
SDL2 2.
26.4
REQUIRED
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
SDL
@
ffa78e6b
Compare
f17058b5
...
ffa78e6b
Subproject commit f
17058b562c8a1090c0c996b42982721ace90903
Subproject commit f
fa78e6bead23e2ba3adf8ec2367ff2218d4343c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment