mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ public:
|
||||||
class InputReference : public ControlReference
|
class InputReference : public ControlReference
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
InputReference() : ControlReference( true ) {}
|
InputReference() : ControlReference(true), mode(0) {}
|
||||||
ControlState State( const ControlState state );
|
ControlState State( const ControlState state );
|
||||||
bool Detect( const unsigned int ms, const unsigned int count );
|
bool Detect( const unsigned int ms, const unsigned int count );
|
||||||
void UpdateControls();
|
void UpdateControls();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue