mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix up last commit
I forgot to git add this change.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user