Skip to content

Commit b61a4ca

Browse files
committed
fix
1 parent 6599616 commit b61a4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/NintendoSwitch/Framework/UI/NintendoSwitch_CommandRow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ void CommandRow::on_state_changed(ProgramState state){
275275
m_last_known_state = state;
276276
if (allow_controller_input()){
277277
global_input_clear_state();
278-
global_input_add_listener(*this);
278+
// global_input_add_listener(*this);
279279
}else{
280-
global_input_remove_listener(*this);
280+
// global_input_remove_listener(*this);
281281
}
282282
update_ui();
283283
}

0 commit comments

Comments
 (0)