switch: update for release-2.0.12

This commit is contained in:
cpasjuste
2020-04-09 17:05:20 +02:00
committed by Dave Murphy
parent 971b372465
commit bf7515613e
5 changed files with 26 additions and 15 deletions

4
configure vendored
View File

@@ -25671,9 +25671,9 @@ $as_echo "#define SDL_JOYSTICK_SWITCH 1" >>confdefs.h
# Set up files for the timer library
if test x$enable_timers = xyes; then
$as_echo "#define SDL_TIMER_UNIX 1" >>confdefs.h
$as_echo "#define SDL_TIMER_SWITCH 1" >>confdefs.h
SOURCES="$SOURCES $srcdir/src/timer/unix/*.c"
SOURCES="$SOURCES $srcdir/src/timer/switch/*.c"
have_timers=yes
fi
# Set up files for the thread library