summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/keyboard.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-21 14:13:27 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:41:38 +0200
commitaed884d121f666c1b347c9402ed9daa6ee3549e6 (patch)
tree40d0ae80f2bf1ca6c21ed8959941256898f70ae9 /src/core/hle/service/hid/controllers/keyboard.h
parentRebase (diff)
downloadyuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar.gz
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar.bz2
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar.lz
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar.xz
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.tar.zst
yuzu-aed884d121f666c1b347c9402ed9daa6ee3549e6.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/keyboard.h')
-rw-r--r--src/core/hle/service/hid/controllers/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/keyboard.h b/src/core/hle/service/hid/controllers/keyboard.h
index 37ff075b1..ef586f7eb 100644
--- a/src/core/hle/service/hid/controllers/keyboard.h
+++ b/src/core/hle/service/hid/controllers/keyboard.h
@@ -15,7 +15,7 @@
namespace Service::HID {
class Controller_Keyboard final : public ControllerBase {
public:
- Controller_Keyboard(Core::System& system);
+ explicit Controller_Keyboard(Core::System& system);
~Controller_Keyboard() override;
// Called when the controller is initialized