From 5c1310dc5ddc022f70d376325e6c112e95348344 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Tue, 11 Apr 2023 20:39:05 -0600 Subject: core: hid: Finish linking motion from virtual controllers --- src/core/hid/emulated_console.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hid/emulated_console.h') diff --git a/src/core/hid/emulated_console.h b/src/core/hid/emulated_console.h index 697ecd2d6..79114bb6d 100644 --- a/src/core/hid/emulated_console.h +++ b/src/core/hid/emulated_console.h @@ -29,10 +29,10 @@ struct ConsoleMotionInfo { MotionInput emulated{}; }; -using ConsoleMotionDevices = std::unique_ptr; +using ConsoleMotionDevices = std::array, 2>; using TouchDevices = std::array, MaxTouchDevices>; -using ConsoleMotionParams = Common::ParamPackage; +using ConsoleMotionParams = std::array; using TouchParams = std::array; using ConsoleMotionValues = ConsoleMotionInfo; -- cgit v1.2.3