mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-24 18:50:05 +00:00
Fix value of SDL_HIDAPI_DISABLED
This commit is contained in:
parent
19b13aab98
commit
c3495ec6ea
@ -1224,7 +1224,7 @@ macro(CheckHIDAPI)
|
||||
list(APPEND SOURCE_FILES ${HIDAPI_JOYSTICK_SOURCES})
|
||||
endif()
|
||||
else()
|
||||
set(SDL_HIDAPI_DISABLED 0)
|
||||
set(SDL_HIDAPI_DISABLED 1)
|
||||
endif()
|
||||
else()
|
||||
set(SDL_HIDAPI_DISABLED 1)
|
||||
|
Loading…
Reference in New Issue
Block a user