Fix a problem with alternative input that made hold notes 'let go' when held using the alternative button.
This commit is contained in:
@@ -23,7 +23,12 @@ public:
|
||||
MultiPlayer mp;
|
||||
DeviceInputList InputList;
|
||||
};
|
||||
|
||||
|
||||
struct AlternateMapping
|
||||
{
|
||||
GameInput inpMain;
|
||||
GameInput inpAlt;
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user