mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
InputCommon: Move SDL Device class into its own cpp/h files.
This commit is contained in:
@ -177,6 +177,8 @@ if(ENABLE_SDL)
|
||||
target_sources(inputcommon PRIVATE
|
||||
ControllerInterface/SDL/SDL.cpp
|
||||
ControllerInterface/SDL/SDL.h
|
||||
ControllerInterface/SDL/SDLGamepad.cpp
|
||||
ControllerInterface/SDL/SDLGamepad.h
|
||||
)
|
||||
target_link_libraries(inputcommon PRIVATE SDL2::SDL2)
|
||||
target_compile_definitions(inputcommon PUBLIC HAVE_SDL2=1)
|
||||
|
Reference in New Issue
Block a user