mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Merge pull request #343 from jordan-woyak/disable-sdl-windows
Disable SDL input on Windows.
This commit is contained in:
@ -37,9 +37,6 @@ if(NOT ANDROID)
|
||||
if(SDL_FOUND)
|
||||
# Using shared SDL
|
||||
set(LIBS ${LIBS} ${SDL_LIBRARY})
|
||||
else(SDL_FOUND)
|
||||
# Using static SDL from Externals
|
||||
set(LIBS ${LIBS} SDL)
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
|
Reference in New Issue
Block a user