win32: fix turbo start/select

This commit is contained in:
gocha 2009-06-28 01:57:38 +00:00
parent cb75fa85fb
commit ceea17083d
1 changed files with 3 additions and 3 deletions

View File

@ -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;