summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/resource_manager.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-17 00:58:05 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-11-17 01:51:14 +0100
commit862e66202c1e612f56dad9bb0d9403b4af502178 (patch)
tree76d8d54e9874693467b66cd3d68cdbd4dc664cfa /src/core/hle/service/hid/resource_manager.h
parentservice: hid: Implement xpad calls (diff)
downloadyuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar.gz
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar.bz2
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar.lz
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar.xz
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.tar.zst
yuzu-862e66202c1e612f56dad9bb0d9403b4af502178.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/resource_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/resource_manager.h b/src/core/hle/service/hid/resource_manager.h
index 81b17f9a9..34dbf36bc 100644
--- a/src/core/hle/service/hid/resource_manager.h
+++ b/src/core/hle/service/hid/resource_manager.h
@@ -55,8 +55,6 @@ public:
}
void Initialize();
- void ActivateController(HidController controller);
- void DeactivateController(HidController controller);
void UpdateControllers(std::uintptr_t user_data, std::chrono::nanoseconds ns_late);
void UpdateNpad(std::uintptr_t user_data, std::chrono::nanoseconds ns_late);