mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
GCPadEmu: Make constructor explicit
This commit is contained in:
parent
a2a188533a
commit
31dc2b9cc1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ enum class PadGroup
|
||||||
class GCPad : public ControllerEmu
|
class GCPad : public ControllerEmu
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GCPad(const unsigned int index);
|
explicit GCPad(unsigned int index);
|
||||||
GCPadStatus GetInput() const;
|
GCPadStatus GetInput() const;
|
||||||
void SetOutput(const ControlState strength);
|
void SetOutput(const ControlState strength);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue