win32: fix turbo start/select
This commit is contained in:
parent
cb75fa85fb
commit
ceea17083d
|
@ -40,8 +40,8 @@ struct turbo {
|
||||||
bool Left;
|
bool Left;
|
||||||
bool Down;
|
bool Down;
|
||||||
bool Up;
|
bool Up;
|
||||||
bool Select;
|
|
||||||
bool Start;
|
bool Start;
|
||||||
|
bool Select;
|
||||||
bool B;
|
bool B;
|
||||||
bool A;
|
bool A;
|
||||||
bool Y;
|
bool Y;
|
||||||
|
@ -59,8 +59,8 @@ struct turbotime {
|
||||||
int Left;
|
int Left;
|
||||||
int Down;
|
int Down;
|
||||||
int Up;
|
int Up;
|
||||||
int Select;
|
|
||||||
int Start;
|
int Start;
|
||||||
|
int Select;
|
||||||
int B;
|
int B;
|
||||||
int A;
|
int A;
|
||||||
int Y;
|
int Y;
|
||||||
|
@ -78,8 +78,8 @@ struct autohold {
|
||||||
bool Left;
|
bool Left;
|
||||||
bool Down;
|
bool Down;
|
||||||
bool Up;
|
bool Up;
|
||||||
bool Select;
|
|
||||||
bool Start;
|
bool Start;
|
||||||
|
bool Select;
|
||||||
bool B;
|
bool B;
|
||||||
bool A;
|
bool A;
|
||||||
bool Y;
|
bool Y;
|
||||||
|
|
Loading…
Reference in New Issue