mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-27 10:37:50 -05:00
core: hid: Mark constructors as explicit
This commit is contained in:
@ -77,7 +77,7 @@ public:
|
||||
* Contains all input data related to external devices that aren't necesarily a controller
|
||||
* This includes devices such as the keyboard or mouse
|
||||
*/
|
||||
EmulatedDevices();
|
||||
explicit EmulatedDevices();
|
||||
~EmulatedDevices();
|
||||
|
||||
YUZU_NON_COPYABLE(EmulatedDevices);
|
||||
|
Reference in New Issue
Block a user