hid_core: Use dedicated "port" for android's input overlay
This commit is contained in:
parent
dc2c302a84
commit
18494b0ad6
2 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue