summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 22:17:55 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 23:20:15 +0100
commit04f48f0120f7f7f3f573ef13aa0feba88aa3172c (patch)
tree6b70d6683e60ac4ebd423cb90e903efc58ad0c41 /src/core/hid/emulated_console.h
parentcore: hid: Cleanup and amend documentation (diff)
downloadyuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar.gz
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar.bz2
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar.lz
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar.xz
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.tar.zst
yuzu-04f48f0120f7f7f3f573ef13aa0feba88aa3172c.zip
Diffstat (limited to 'src/core/hid/emulated_console.h')
-rw-r--r--src/core/hid/emulated_console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_console.h b/src/core/hid/emulated_console.h
index 67981b844..bb3d7ab90 100644
--- a/src/core/hid/emulated_console.h
+++ b/src/core/hid/emulated_console.h
@@ -80,7 +80,7 @@ public:
/**
* Contains all input data within the emulated switch console tablet such as touch and motion
*/
- EmulatedConsole();
+ explicit EmulatedConsole();
~EmulatedConsole();
YUZU_NON_COPYABLE(EmulatedConsole);