mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fix up last commit
I forgot to git add this change.
This commit is contained in:
parent
3239e4946f
commit
bd7ca7625b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ elseif(X11_FOUND)
|
|||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/SDL/SDL.cpp
|
||||
Src/ControllerInterface/Xlib/Xlib.cpp)
|
||||
if(X11_Xinput2_FOUND)
|
||||
if(XINPUT2_FOUND)
|
||||
set(SRCS ${SRCS}
|
||||
Src/ControllerInterface/Xlib/XInput2.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue