From 0e826b5cb5f631c113a28c2836ed87f2cbdcb587 Mon Sep 17 00:00:00 2001 From: Newsdee Date: Sun, 19 Jun 2016 12:47:36 +0800 Subject: [PATCH] disabled defaut turbo for joy1 --- osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osd.c b/osd.c index 02c8411..b1e78aa 100644 --- a/osd.c +++ b/osd.c @@ -741,7 +741,7 @@ static mist_joystick_t mist_joy[3] = { // 3rd one is dummy, used to store defaul .state_extra=0, .usb_state=0, .usb_state_extra=0, - .turbo=50, + .turbo=0, .turbo_counter=0, .turbo_mask=0x30, // A and B buttons .turbo_state=0xFF // flip state (0 or 1)