summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/controller_base.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/controller_base.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 '')
-rw-r--r--src/core/hle/service/hid/controllers/controller_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/controller_base.h b/src/core/hle/service/hid/controllers/controller_base.h
index 47972f5fc..8bc69c372 100644
--- a/src/core/hle/service/hid/controllers/controller_base.h
+++ b/src/core/hle/service/hid/controllers/controller_base.h
@@ -18,7 +18,7 @@ class System;
namespace Service::HID {
class ControllerBase {
public:
- ControllerBase(Core::System& system);
+ explicit ControllerBase(Core::System& system);
virtual ~ControllerBase();
// Called when the controller is initialized