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

View File

@@ -3915,8 +3915,6 @@ case "$host" in
AC_DEFINE(SDL_JOYSTICK_DINPUT, 1, [ ])
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldinput8 -ldxguid -ldxerr8"
fi
else
AC_DEFINE(SDL_JOYSTICK_WINMM, 1, [ ])
fi
SOURCES="$SOURCES $srcdir/src/joystick/windows/*.c"
have_joystick=yes