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 f27e692 commit 3d3588cCopy full SHA for 3d3588c
SerialPrograms/Source/NintendoSwitch/NintendoSwitch_Settings.cpp
@@ -165,12 +165,6 @@ ConsoleSettingsPanel::ConsoleSettingsPanel(const ConsoleSettings_Descriptor& des
165
, settings(ConsoleSettings::instance())
166
{
167
PA_ADD_OPTION(settings);
168
-
169
- settings.CONTROLLER_SETTINGS.set_visibility(
170
- settings.CONTROLLER_SETTINGS.current_rows() > 0
171
- ? ConfigOptionState::ENABLED
172
- : ConfigOptionState::HIDDEN
173
- );
174
}
175
176
0 commit comments