mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
InputCommon: Remove OSX (IOKit) input backend
This commit is contained in:
@ -107,11 +107,6 @@ if(WIN32)
|
||||
)
|
||||
elseif(APPLE)
|
||||
target_sources(inputcommon PRIVATE
|
||||
ControllerInterface/OSX/OSX.h
|
||||
ControllerInterface/OSX/OSX.mm
|
||||
ControllerInterface/OSX/OSXJoystick.h
|
||||
ControllerInterface/OSX/OSXJoystick.mm
|
||||
ControllerInterface/OSX/RunLoopStopper.h
|
||||
ControllerInterface/Quartz/Quartz.h
|
||||
ControllerInterface/Quartz/Quartz.mm
|
||||
ControllerInterface/Quartz/QuartzKeyboardAndMouse.h
|
||||
@ -124,7 +119,6 @@ elseif(APPLE)
|
||||
${CARBON_LIBRARY}
|
||||
${COCOA_LIBRARY}
|
||||
${FORCEFEEDBACK_LIBRARY}
|
||||
${IOK_LIBRARY}
|
||||
)
|
||||
target_compile_options(inputcommon PRIVATE
|
||||
-fobjc-arc
|
||||
|
Reference in New Issue
Block a user