summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorMorph1984 <39850852+Morph1984@users.noreply.github.com>2019-09-04 16:16:22 +0200
committerGitHub <noreply@github.com>2019-09-04 16:16:22 +0200
commitcd81194fc00af3cdc30d7221785c18e536982b4c (patch)
treef0ec3b5348b6e368f7b55c0264ec2e0436227fc7 /src/core/hle/service/hid/controllers/npad.h
parentIsVibrationEnabled() as a const member func (diff)
downloadyuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar.gz
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar.bz2
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar.lz
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar.xz
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.tar.zst
yuzu-cd81194fc00af3cdc30d7221785c18e536982b4c.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 5572a9a14..f28b36806 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -119,7 +119,7 @@ public:
void DisconnectNPad(u32 npad_id);
LedPattern GetLedPattern(u32 npad_id);
void SetVibrationEnabled(bool can_vibrate);
- bool IsVibrationEnabled();
+ bool IsVibrationEnabled() const;
void ClearAllConnectedControllers();
void DisconnectAllConnectedControllers();
void ConnectAllDisconnectedControllers();