mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-25 15:43:36 +01:00
This commit is contained in:
parent
17880749e0
commit
14f4cd2cc0
@ -383,7 +383,7 @@ static void decodepad (int chan)
|
|||||||
{
|
{
|
||||||
int i, offset;
|
int i, offset;
|
||||||
double angle;
|
double angle;
|
||||||
static const double THRES = cos(67.5);
|
static const double THRES = 0.38268343236508984; // cos(67.5)
|
||||||
|
|
||||||
s8 pad_x = userInput[chan].pad.stickX;
|
s8 pad_x = userInput[chan].pad.stickX;
|
||||||
s8 pad_y = userInput[chan].pad.stickY;
|
s8 pad_y = userInput[chan].pad.stickY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user