From 18494b0ad6b62bf0de677b8e443edd6c86804eca Mon Sep 17 00:00:00 2001 From: t895 Date: Fri, 16 Feb 2024 21:09:42 -0500 Subject: hid_core: Use dedicated "port" for android's input overlay --- src/hid_core/frontend/emulated_controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/hid_core/frontend/emulated_controller.h') 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; -- cgit v1.2.3