mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 09:12:33 -07:00
Merge pull request #12780 from german77/touch_resource5
service: hid: Fully implement touch resource
This commit is contained in:
@@ -131,6 +131,7 @@ public:
|
||||
void SetNpadExternals(std::shared_ptr<AppletResource> resource,
|
||||
std::recursive_mutex* shared_mutex,
|
||||
std::shared_ptr<HandheldConfig> handheld_config,
|
||||
Kernel::KEvent* input_event, std::mutex* input_mutex,
|
||||
std::shared_ptr<Service::Set::ISystemSettingsServer> settings);
|
||||
|
||||
AppletDetailedUiType GetAppletDetailedUiType(Core::HID::NpadIdType npad_id);
|
||||
@@ -204,9 +205,6 @@ private:
|
||||
std::array<AbstractPad, MaxSupportedNpadIdTypes> abstracted_pads;
|
||||
NpadVibration vibration_handler{};
|
||||
|
||||
Kernel::KEvent* input_event{nullptr};
|
||||
std::mutex* input_mutex{nullptr};
|
||||
|
||||
std::atomic<u64> press_state{};
|
||||
std::array<std::array<NpadControllerData, MaxSupportedNpadIdTypes>, AruidIndexMax>
|
||||
controller_data{};
|
||||
|
Reference in New Issue
Block a user