summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-16 17:46:51 +0100
committerGitHub <noreply@github.com>2023-12-16 17:46:51 +0100
commitb8f83aa4bf13f6783e31f190d530ef7be527bf49 (patch)
tree952d90666b0d253dce28742197d053d1db213eeb /src/core/hle/service/hid/controllers/controller_base.h
parentssl: fix output byte buffer size issue (#12372) (diff)
parentcore: Make sure npad is initialized (diff)
downloadyuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar.gz
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar.bz2
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar.lz
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar.xz
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.tar.zst
yuzu-b8f83aa4bf13f6783e31f190d530ef7be527bf49.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/controller_base.h')
-rw-r--r--src/core/hle/service/hid/controllers/controller_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/controllers/controller_base.h b/src/core/hle/service/hid/controllers/controller_base.h
index 9a44ee41e..4326c7821 100644
--- a/src/core/hle/service/hid/controllers/controller_base.h
+++ b/src/core/hle/service/hid/controllers/controller_base.h
@@ -39,9 +39,6 @@ public:
bool IsControllerActivated() const;
- static const std::size_t hid_entry_count = 17;
- static const std::size_t shared_memory_size = 0x40000;
-
protected:
bool is_activated{false};