core: hid: Mark constructors as explicit

This commit is contained in:
Morph 2021-11-29 16:17:55 -05:00
parent 24b6822c56
commit bc2f114e75
2 changed files with 2 additions and 2 deletions

View file

@ -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);