summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/stubbed.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/stubbed.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/stubbed.h')
-rw-r--r--src/core/hle/service/hid/controllers/stubbed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.h b/src/core/hle/service/hid/controllers/stubbed.h
index 96dec4872..37d7d8538 100644
--- a/src/core/hle/service/hid/controllers/stubbed.h
+++ b/src/core/hle/service/hid/controllers/stubbed.h
@@ -10,7 +10,7 @@
namespace Service::HID {
class Controller_Stubbed final : public ControllerBase {
public:
- Controller_Stubbed(Core::System& system);
+ explicit Controller_Stubbed(Core::System& system);
~Controller_Stubbed() override;
// Called when the controller is initialized