forked from libretro/RetroArch
-
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.
Reservation config option and matching function lifted from: PatrickStankard libretro#16269 Moved it to autoconfig to be more generic. Testing and GUI updates are needed, refinements also possible.
- Loading branch information
Showing
9 changed files
with
168 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
input_driver = "test" | ||
input_device = "Test joypad device A (0001:0002)" | ||
input_b_btn = "0" | ||
input_y_btn = "1" | ||
input_select_btn = "2" | ||
input_start_btn = "3" | ||
input_up_btn = "4" | ||
input_down_btn = "5" | ||
input_left_btn = "6" | ||
input_right_btn = "7" | ||
input_a_btn = "8" | ||
input_x_btn = "9" | ||
input_l_btn = "10" | ||
input_r_btn = "11" | ||
input_l2_btn = "12" | ||
input_r2_btn = "13" | ||
input_l3_btn = "14" | ||
input_r3_btn = "15" | ||
input_l_x_plus_axis = "+0" | ||
input_l_x_minus_axis = "-0" | ||
input_l_y_plus_axis = "+1" | ||
input_l_y_minus_axis = "-1" | ||
input_r_x_plus_axis = "+2" | ||
input_r_x_minus_axis = "-2" | ||
input_r_y_plus_axis = "+3" | ||
input_r_y_minus_axis = "-3" | ||
|
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,27 @@ | ||
input_driver = "test" | ||
input_device = "Test joypad device B (0003:0004)" | ||
input_b_btn = "0" | ||
input_y_btn = "1" | ||
input_select_btn = "2" | ||
input_start_btn = "3" | ||
input_up_btn = "4" | ||
input_down_btn = "5" | ||
input_left_btn = "6" | ||
input_right_btn = "7" | ||
input_a_btn = "8" | ||
input_x_btn = "9" | ||
input_l_btn = "10" | ||
input_r_btn = "11" | ||
input_l2_btn = "12" | ||
input_r2_btn = "13" | ||
input_l3_btn = "14" | ||
input_r3_btn = "15" | ||
input_l_x_plus_axis = "+0" | ||
input_l_x_minus_axis = "-0" | ||
input_l_y_plus_axis = "+1" | ||
input_l_y_minus_axis = "-1" | ||
input_r_x_plus_axis = "+2" | ||
input_r_x_minus_axis = "-2" | ||
input_r_y_plus_axis = "+3" | ||
input_r_y_minus_axis = "-3" | ||
|
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,27 @@ | ||
input_driver = "test" | ||
input_device = "Test joypad device C (0005:0006)" | ||
input_b_btn = "0" | ||
input_y_btn = "1" | ||
input_select_btn = "2" | ||
input_start_btn = "3" | ||
input_up_btn = "4" | ||
input_down_btn = "5" | ||
input_left_btn = "6" | ||
input_right_btn = "7" | ||
input_a_btn = "8" | ||
input_x_btn = "9" | ||
input_l_btn = "10" | ||
input_r_btn = "11" | ||
input_l2_btn = "12" | ||
input_r2_btn = "13" | ||
input_l3_btn = "14" | ||
input_r3_btn = "15" | ||
input_l_x_plus_axis = "+0" | ||
input_l_x_minus_axis = "-0" | ||
input_l_y_plus_axis = "+1" | ||
input_l_y_minus_axis = "-1" | ||
input_r_x_plus_axis = "+2" | ||
input_r_x_minus_axis = "-2" | ||
input_r_y_plus_axis = "+3" | ||
input_r_y_minus_axis = "-3" | ||
|
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