Skip to content

Commit

Permalink
fix libretro button mappings
Browse files Browse the repository at this point in the history
Thanks @bcat for the report
  • Loading branch information
jtothebell committed Oct 10, 2023
1 parent 29d7996 commit b0f0f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ static std::array<int, 7> buttons
RETRO_DEVICE_ID_JOYPAD_RIGHT,
RETRO_DEVICE_ID_JOYPAD_UP,
RETRO_DEVICE_ID_JOYPAD_DOWN,
RETRO_DEVICE_ID_JOYPAD_A,
RETRO_DEVICE_ID_JOYPAD_B,
RETRO_DEVICE_ID_JOYPAD_A,
RETRO_DEVICE_ID_JOYPAD_START,
};

Expand Down

0 comments on commit b0f0f42

Please sign in to comment.