diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-17 22:22:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 22:22:06 -0500 |
| commit | e7146309dec4fab504977186571228571efed009 (patch) | |
| tree | b1302cb237f91c5f0ccb9863a0b0a2fb427a3c14 /src/hid_core/frontend/emulated_controller.h | |
| parent | 53f8383354470d58ab7a6cb5303708d59883adfa (diff) | |
| parent | 50ecad547ea7e88301583f17c9f1eea2cc75b0af (diff) | |
Merge pull request #13034 from t895/map-all-the-inputs
android: Input mapping
Diffstat (limited to 'src/hid_core/frontend/emulated_controller.h')
| -rw-r--r-- | src/hid_core/frontend/emulated_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hid_core/frontend/emulated_controller.h b/src/hid_core/frontend/emulated_controller.h index 701b38300..ab3c6fcd3 100644 --- a/src/hid_core/frontend/emulated_controller.h +++ b/src/hid_core/frontend/emulated_controller.h @@ -21,7 +21,7 @@ namespace Core::HID { const std::size_t max_emulated_controllers = 2; -const std::size_t output_devices_size = 4; +const std::size_t output_devices_size = 5; struct ControllerMotionInfo { Common::Input::MotionStatus raw_status{}; MotionInput emulated{}; @@ -597,6 +597,7 @@ private: CameraParams camera_params; RingAnalogParams ring_params; NfcParams nfc_params; + Common::ParamPackage android_params; OutputParams output_params; ButtonDevices button_devices; |
