From 575183d6dcd8da9b10ee41e47be4b7d4f8631783 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Tue, 16 Jan 2024 12:17:18 -0600 Subject: service: hid: Fully implement touch resource --- src/hid_core/resources/npad/npad.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/hid_core/resources/npad/npad.h') diff --git a/src/hid_core/resources/npad/npad.h b/src/hid_core/resources/npad/npad.h index 502cb9b55..e81cc3abe 100644 --- a/src/hid_core/resources/npad/npad.h +++ b/src/hid_core/resources/npad/npad.h @@ -133,6 +133,7 @@ public: void SetNpadExternals(std::shared_ptr resource, std::recursive_mutex* shared_mutex, std::shared_ptr handheld_config, + Kernel::KEvent* input_event, std::mutex* input_mutex, std::shared_ptr settings); AppletDetailedUiType GetAppletDetailedUiType(Core::HID::NpadIdType npad_id); @@ -206,9 +207,6 @@ private: std::array abstracted_pads; NpadVibration vibration_handler{}; - Kernel::KEvent* input_event{nullptr}; - std::mutex* input_mutex{nullptr}; - std::atomic press_state{}; std::array, AruidIndexMax> controller_data{}; -- cgit v1.2.3