Skip to content

Commit

Permalink
nds: Fix incorrect bit used for 'L' key
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Jan 11, 2024
1 parent ebcd7a8 commit a3f2f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dual/include/dual/nds/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace dual::nds {
Up = 6,
Down = 7,
R = 8,
L = 10,
L = 9,
X = 16,
Y = 17
};
Expand Down

0 comments on commit a3f2f42

Please sign in to comment.