mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-23 16:41:12 +01:00
-Remove Turbo Mode wii on right stick.
This commit is contained in:
parent
3c0bafb263
commit
123326b5f9
@ -633,13 +633,13 @@ void ReportButtons ()
|
|||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
UpdatePads();
|
UpdatePads();
|
||||||
|
/*
|
||||||
Settings.TurboMode = (
|
Settings.TurboMode = (
|
||||||
userInput[0].pad.substickX > 70 ||
|
userInput[0].pad.substickX > 70 ||
|
||||||
userInput[0].WPAD_StickX(1) > 70 ||
|
userInput[0].WPAD_StickX(1) > 70 ||
|
||||||
userInput[0].wupcdata.substickX > 560
|
userInput[0].wupcdata.substickX > 560
|
||||||
); // RIGHT on c-stick and on classic controller right joystick
|
); // RIGHT on c-stick and on classic controller right joystick
|
||||||
|
*/
|
||||||
/* Check for menu:
|
/* Check for menu:
|
||||||
* CStick left
|
* CStick left
|
||||||
* OR "L+R+X+Y" (eg. Homebrew/Adapted SNES controllers)
|
* OR "L+R+X+Y" (eg. Homebrew/Adapted SNES controllers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user