Skip to content

Commit

Permalink
Rework gamepad mapping
Browse files Browse the repository at this point in the history
- Instead of libretro port selection in the frontend use a preset selection in the Gamepad Mapper
- Support gamepad mapping for all controller ports (#324)
- Sort letter keys alphabetically in Gamepad Mapper (#335)
  • Loading branch information
schellingb committed Nov 2, 2023
1 parent a6ac7fd commit 03e3304
Show file tree
Hide file tree
Showing 3 changed files with 691 additions and 569 deletions.
10 changes: 1 addition & 9 deletions core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,6 @@ static retro_core_option_v2_definition option_defs[] =
},

// Input
{
"dosbox_pure_bind_unused",
"Bind Unused Buttons", NULL,
"Bind all unused controller buttons to keyboard keys.\nCan be remapped in the Controls section of the core settings.", NULL,
"Input",
{ { "true", "On" }, { "false", "Off" } },
"true"
},
{
"dosbox_pure_on_screen_keyboard",
"Enable On Screen Keyboard", NULL,
Expand Down Expand Up @@ -287,7 +279,7 @@ static retro_core_option_v2_definition option_defs[] =
{
{ "10", "10%" }, { "20", "20%" }, { "30", "30%" }, { "40", "40%" }, { "50", "50%" }, { "60", "60%" }, { "70", "70%" }, { "80", "80%" }, { "90", "90%" }, { "100", "100%" },
},
"50"
"70"
},
{
"dosbox_pure_joystick_analog_deadzone",
Expand Down
Loading

0 comments on commit 03e3304

Please sign in to comment.