summaryrefslogtreecommitdiffstats
path: root/src/hid_core/frontend/emulated_controller.h
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2024-02-17 03:09:42 +0100
committert895 <clombardo169@gmail.com>2024-02-17 03:09:42 +0100
commit18494b0ad6b62bf0de677b8e443edd6c86804eca (patch)
treeebfc7881516553576e879e93b6898be2e65e904e /src/hid_core/frontend/emulated_controller.h
parentconfig: Reset per-game profile name on load if empty (diff)
downloadyuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar.gz
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar.bz2
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar.lz
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar.xz
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.tar.zst
yuzu-18494b0ad6b62bf0de677b8e443edd6c86804eca.zip
Diffstat (limited to '')
-rw-r--r--src/hid_core/frontend/emulated_controller.h3
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;