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 6599616 commit b61a4caCopy full SHA for b61a4ca
SerialPrograms/Source/NintendoSwitch/Framework/UI/NintendoSwitch_CommandRow.cpp
@@ -275,9 +275,9 @@ void CommandRow::on_state_changed(ProgramState state){
275
m_last_known_state = state;
276
if (allow_controller_input()){
277
global_input_clear_state();
278
- global_input_add_listener(*this);
+// global_input_add_listener(*this);
279
}else{
280
- global_input_remove_listener(*this);
+// global_input_remove_listener(*this);
281
}
282
update_ui();
283
0 commit comments