Skip to content

Commit

Permalink
Add missing switch controller name
Browse files Browse the repository at this point in the history
According to ndeadly/MissionControl@2612b88 this name was added in Switch firmware 15.0.0 and is used by newer third party licensed controllers.
This fixes support for the PDP Afterglow Wave and other newer third party controllers.
  • Loading branch information
GaryOderNichts committed Aug 16, 2024
1 parent ad74d8e commit 4e06648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/ios_pad/source/controllers.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ int isSwitchControllerName(const char* name)
COMPARE_NAME("HVC Controller") ||
COMPARE_NAME("SNES Controller") ||
COMPARE_NAME("N64 Controller") ||
COMPARE_NAME("MD/Gen Control Pad");
COMPARE_NAME("MD/Gen Control Pad") ||
COMPARE_NAME("Lic2 Pro Controller");
}
#undef COMPARE_NAME

Expand Down

0 comments on commit 4e06648

Please sign in to comment.