forked from project-slippi/Ishiiruka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 4 controller pipes are always open - Windows handles named pipes differently than Unix - Always at location: \\.\pipe\slippibot[1-4] - Otherwise, same interface as Unix for clients
- Loading branch information
1 parent
25eb19b
commit 87dc83e
Showing
6 changed files
with
133 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[Profile] | ||
device = Pipe/0/slippibot1 | ||
buttons/a = Button A | ||
buttons/b = Button B | ||
buttons/x = Button X | ||
buttons/y = Button Y | ||
buttons/z = Button Z | ||
buttons/l = Button L | ||
buttons/r = Button R | ||
main stick/up = Axis MAIN Y + | ||
main stick/down = Axis MAIN Y - | ||
main stick/left = Axis MAIN X - | ||
main stick/right = Axis MAIN X + | ||
triggers/l = Button L | ||
triggers/r = Button R | ||
main stick/modifier = Shift_L | ||
main stick/modifier/range = 50.000000000000000 | ||
d-pad/up = Button D_UP | ||
d-pad/down = Button D_DOWN | ||
d-pad/left = Button D_LEFT | ||
d-pad/right = Button D_RIGHT | ||
buttons/start = Button START | ||
c-stick/up = Axis C Y + | ||
c-stick/down = Axis C Y - | ||
c-stick/left = Axis C X - | ||
c-stick/right = Axis C X + | ||
triggers/l-analog = Axis L -+ | ||
triggers/r-analog = Axis R -+ | ||
triggers/threshold = 95.000000000000000 |
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
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