Skip to content

Commit

Permalink
fix ABXY typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle authored Jul 9, 2024
1 parent bd309b4 commit 114e77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/vb_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void setCustomMappingDefaults(void) {
tVBOpt.CUSTOM_MAPPING_DUP = tVBOpt.CUSTOM_MAPPING_X;
tVBOpt.CUSTOM_MAPPING_DDOWN = tVBOpt.CUSTOM_MAPPING_B;
tVBOpt.CUSTOM_MAPPING_DLEFT = tVBOpt.CUSTOM_MAPPING_Y;
tVBOpt.CUSTOM_MAPPING_DRIGHT = tVBOpt.CUSTOM_MAPPING_X;
tVBOpt.CUSTOM_MAPPING_DRIGHT = tVBOpt.CUSTOM_MAPPING_A;
break;
}
if (new_3ds) {
Expand Down

0 comments on commit 114e77a

Please sign in to comment.