removed windows winmm joystick driver

This commit is contained in:
Ozkan Sezer
2021-11-23 17:04:40 +03:00
parent d2871a348b
commit f8900583e5
8 changed files with 4 additions and 533 deletions

4
configure vendored
View File

@@ -25398,10 +25398,6 @@ $as_echo "#define SDL_JOYSTICK_DINPUT 1" >>confdefs.h
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldinput8 -ldxguid -ldxerr8"
fi
else
$as_echo "#define SDL_JOYSTICK_WINMM 1" >>confdefs.h
fi
SOURCES="$SOURCES $srcdir/src/joystick/windows/*.c"
have_joystick=yes