mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
GCPadEmu: Make constructor explicit
This commit is contained in:
parent
a2a188533a
commit
31dc2b9cc1
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user