fixed typo in previous commit

This commit is contained in:
Ozkan Sezer 2021-07-10 10:05:40 +03:00
parent a809d62605
commit 5ac81c75fe
1 changed files with 2 additions and 2 deletions

View File

@ -1684,9 +1684,9 @@ elseif(WINDOWS)
if(HAVE_HIDAPI)
set(SOURCE_FILES ${SOURCE_FILES} ${SDL2_SOURCE_DIR}/src/hidapi/windows/hid.c)
endif()
if (NOT WINDOWS_STORE)
if(NOT WINDOWS_STORE)
set(SDL_JOYSTICK_RAWINPUT 1)
endif
endif()
file(GLOB JOYSTICK_SOURCES ${SDL2_SOURCE_DIR}/src/joystick/windows/*.c)
set(SOURCE_FILES ${SOURCE_FILES} ${JOYSTICK_SOURCES})
if(HAVE_DINPUT_H)