Fixed "Mode" problem of my last commit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5655 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a82adcd5d3
commit
6a942c1090
|
@ -214,7 +214,7 @@ public:
|
|||
class InputReference : public ControlReference
|
||||
{
|
||||
public:
|
||||
InputReference() : ControlReference( true ) {}
|
||||
InputReference() : ControlReference(true), mode(0) {}
|
||||
ControlState State( const ControlState state );
|
||||
bool Detect( const unsigned int ms, const unsigned int count );
|
||||
void UpdateControls();
|
||||
|
|
Loading…
Reference in New Issue