WiimoteEmu: Add user-accessible controls that report the desired state of the IR camera objects.

This commit is contained in:
Admiral H. Curtiss
2024-01-10 05:26:29 +01:00
parent c3903fcc7e
commit 617fcc3cf8
8 changed files with 123 additions and 2 deletions

View File

@ -37,6 +37,8 @@ add_library(inputcommon
ControllerEmu/ControlGroup/IMUCursor.h
ControllerEmu/ControlGroup/IMUGyroscope.cpp
ControllerEmu/ControlGroup/IMUGyroscope.h
ControllerEmu/ControlGroup/IRPassthrough.cpp
ControllerEmu/ControlGroup/IRPassthrough.h
ControllerEmu/ControlGroup/MixedTriggers.cpp
ControllerEmu/ControlGroup/MixedTriggers.h
ControllerEmu/ControlGroup/ModifySettingsButton.cpp