-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configurable joystick in all platforms
- Loading branch information
Showing
7 changed files
with
83 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
; PS3 | ||
; BUTTON_A 5 | ||
; BUTTON_B 11 | ||
; BUTTON_X 10 | ||
; BUTTON_Y 0 | ||
; BUTTON_L1 1 | ||
; BUTTON_R1 3 | ||
; BUTTON_L3 12 | ||
; BUTTON_R3 13 | ||
; BUTTON_LEFT 4 | ||
; BUTTON_DOWN 8 | ||
; BUTTON_RIGHT 6 | ||
; BUTTON_UP 2 | ||
; BUTTON_L2 7 | ||
; BUTTON_R2 9 | ||
; BUTTON_START 14 | ||
|
||
; LINUX/PS2 | ||
BUTTON_A 5 | ||
BUTTON_B 11 | ||
BUTTON_X 10 | ||
BUTTON_Y 0 | ||
BUTTON_L1 1 | ||
BUTTON_R1 3 | ||
BUTTON_L3 12 | ||
BUTTON_R3 13 | ||
BUTTON_LEFT 4 | ||
BUTTON_DOWN 8 | ||
BUTTON_RIGHT 6 | ||
BUTTON_L1 12 | ||
BUTTON_R1 13 | ||
BUTTON_L3 14 | ||
BUTTON_R3 15 | ||
BUTTON_UP 2 | ||
BUTTON_L2 7 | ||
BUTTON_R2 9 | ||
BUTTON_START 14 | ||
BUTTON_RIGHTUP 3 | ||
BUTTON_RIGHT 6 | ||
BUTTON_RIGHTDOWN 9 | ||
BUTTON_DOWN 8 | ||
BUTTON_LEFTDOWN 7 | ||
BUTTON_LEFT 4 | ||
BUTTON_LEFTUP 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters