We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0b0e5 commit 29b8bc1Copy full SHA for 29b8bc1
SerialPrograms/Source/NintendoSwitch/Framework/NintendoSwitch_SwitchSystemOption.cpp
@@ -37,6 +37,11 @@ Color pick_color(
37
if (required_features.contains(ControllerFeature::NintendoSwitch_DateSkip)){
38
return COLOR_RED;
39
}
40
+ if (required_features.contains(ControllerFeature::NintendoSwitch_LeftJoycon) ||
41
+ required_features.contains(ControllerFeature::NintendoSwitch_RightJoycon)
42
+ ){
43
+ return COLOR_MAGENTA;
44
+ }
45
if (required_features.contains(ControllerFeature::TickPrecise)){
46
return COLOR_PURPLE;
47
0 commit comments