Skip to content

Commit

Permalink
Bind L R L2 R2
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Jul 4, 2022
1 parent 70615e9 commit 2230be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions input.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ struct keymap kbd2joy_binds[] = {
{ GLFW_KEY_RIGHT, RETRO_DEVICE_ID_JOYPAD_RIGHT },
{ GLFW_KEY_ENTER, RETRO_DEVICE_ID_JOYPAD_START },
{ GLFW_KEY_RIGHT_SHIFT, RETRO_DEVICE_ID_JOYPAD_SELECT },
{ GLFW_KEY_Q, RETRO_DEVICE_ID_JOYPAD_L },
{ GLFW_KEY_W, RETRO_DEVICE_ID_JOYPAD_R },
{ GLFW_KEY_1, RETRO_DEVICE_ID_JOYPAD_L2 },
{ GLFW_KEY_2, RETRO_DEVICE_ID_JOYPAD_R2 },

{ 0, 0 }
};
Expand Down

0 comments on commit 2230be1

Please sign in to comment.