Skip to content

Commit

Permalink
fix another ABXY typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle authored Jul 12, 2024
1 parent 114e77a commit b9c469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/3ds/gui_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ void setPresetControls(bool buttons) {
vbkey[__builtin_ctz(KEY_DUP)] = vbkey[__builtin_ctz(KEY_X)];
vbkey[__builtin_ctz(KEY_DDOWN)] = vbkey[__builtin_ctz(KEY_B)];
vbkey[__builtin_ctz(KEY_DLEFT)] = vbkey[__builtin_ctz(KEY_Y)];
vbkey[__builtin_ctz(KEY_DRIGHT)] = vbkey[__builtin_ctz(KEY_X)];
vbkey[__builtin_ctz(KEY_DRIGHT)] = vbkey[__builtin_ctz(KEY_A)];
break;
}
bool new_3ds = false;
Expand Down

0 comments on commit b9c469b

Please sign in to comment.