From ceea17083dfd7182ecb53b9820f1d37bfa18de1c Mon Sep 17 00:00:00 2001 From: gocha Date: Sun, 28 Jun 2009 01:57:38 +0000 Subject: [PATCH] win32: fix turbo start/select --- desmume/src/NDSSystem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desmume/src/NDSSystem.h b/desmume/src/NDSSystem.h index 73b8dba1f..f803b06fc 100644 --- a/desmume/src/NDSSystem.h +++ b/desmume/src/NDSSystem.h @@ -40,8 +40,8 @@ struct turbo { bool Left; bool Down; bool Up; - bool Select; bool Start; + bool Select; bool B; bool A; bool Y; @@ -59,8 +59,8 @@ struct turbotime { int Left; int Down; int Up; - int Select; int Start; + int Select; int B; int A; int Y; @@ -78,8 +78,8 @@ struct autohold { bool Left; bool Down; bool Up; - bool Select; bool Start; + bool Select; bool B; bool A; bool Y;