mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GCPadEmu: Make constructor explicit
This commit is contained in:
@ -25,7 +25,7 @@ enum class PadGroup
|
||||
class GCPad : public ControllerEmu
|
||||
{
|
||||
public:
|
||||
GCPad(const unsigned int index);
|
||||
explicit GCPad(unsigned int index);
|
||||
GCPadStatus GetInput() const;
|
||||
void SetOutput(const ControlState strength);
|
||||
|
||||
|
Reference in New Issue
Block a user