Skip to content

Commit

Permalink
fix switch ZL name (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Dec 26, 2024
1 parent 3d8420e commit dc1f5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ std::string SDLAxisDirectionToAnyMapping::GetPhysicalInputName() {
return "L2";
}
if (UsesSwitchLayout()) {
return "LR";
return "ZL";
}
if (UsesXboxLayout()) {
return "LT";
Expand Down

0 comments on commit dc1f5f1

Please sign in to comment.