summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-18 02:37:45 +0200
committerLioncash <mathew1800@gmail.com>2018-10-18 02:52:45 +0200
commitaeca22489097879b507a47ada77133b8b867c89e (patch)
treedfeb4e72c62abf8dfe45f66083fa38ad4554a65e /src/core/hle/service/hid/controllers/npad.h
parenthid/controller: Default the destructors of all controller types in the cpp file (diff)
downloadyuzu-aeca22489097879b507a47ada77133b8b867c89e.tar
yuzu-aeca22489097879b507a47ada77133b8b867c89e.tar.gz
yuzu-aeca22489097879b507a47ada77133b8b867c89e.tar.bz2
yuzu-aeca22489097879b507a47ada77133b8b867c89e.tar.lz
yuzu-aeca22489097879b507a47ada77133b8b867c89e.tar.xz
yuzu-aeca22489097879b507a47ada77133b8b867c89e.tar.zst
yuzu-aeca22489097879b507a47ada77133b8b867c89e.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/npad.h')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index 63ef766bb..6178a2e4c 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -92,7 +92,7 @@ public:
NPadType GetSupportedStyleSet() const;
void SetSupportedNPadIdTypes(u8* data, std::size_t length);
- const void GetSupportedNpadIdTypes(u32* data, std::size_t max_length);
+ void GetSupportedNpadIdTypes(u32* data, std::size_t max_length);
std::size_t GetSupportedNPadIdTypesSize() const;
void SetHoldType(NpadHoldType joy_hold_type);