This commit is contained in:
dborth 2012-03-18 17:38:57 +00:00
parent eb6271567c
commit 829d517271

View File

@ -376,7 +376,7 @@ static unsigned char DecodeJoy(unsigned short chan)
u32 jp = userInput[chan].pad.btns_h;
unsigned char J = 0;
double angle;
static const double THRES = cos(67.5);
static const double THRES = 0.38268343236508984; // cos(67.5)
#ifdef HW_RVL
s8 wm_ax = userInput[chan].WPAD_StickX(0);