diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-01-10 05:26:29 +0100 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-03-11 22:49:19 +0100 |
| commit | 617fcc3cf85ea723eec02ef9ce5c30983bb15cf8 (patch) | |
| tree | 6fb67f64104c8b7be4f6b488f902a6ea521ad1d3 /Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h | |
| parent | c3903fcc7e281a488a26b7e6d7d739c794fa4676 (diff) | |
WiimoteEmu: Add user-accessible controls that report the desired state of the IR camera objects.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h index f51fff6015..bb426e9297 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.h @@ -49,7 +49,8 @@ enum class GroupType Shake, IMUAccelerometer, IMUGyroscope, - IMUCursor + IMUCursor, + IRPassthrough, }; class ControlGroup |
