make start and select work by default

This commit is contained in:
Corwin 2024-04-05 00:58:38 +01:00
parent b0f9e65d66
commit 994e1fe717
No known key found for this signature in database

View file

@ -7,8 +7,8 @@ const DefaultBindings = (): KeyBindings => {
B: "X",
L: "A",
R: "S",
Start: "ENTER",
Select: "SHIFT",
Start: "Enter",
Select: "Shift",
Up: "UP",
Down: "DOWN",
Left: "LEFT",