File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ void ProController_SysbotBase3::cancel_all_commands(){
5959 m_next_expected_seqnum_ack = m_next_seqnum;
6060
6161 m_connection.write_data (" cqCancel\r\n " );
62+ if (GlobalSettings::instance ().LOG_EVERYTHING ){
63+ m_logger.log (" sys-botbase3: cqCancel" );
64+ }
6265
6366 this ->clear_on_next ();
6467 m_cv.notify_all ();
@@ -74,6 +77,9 @@ void ProController_SysbotBase3::replace_on_next_command(){
7477 m_next_expected_seqnum_ack = m_next_seqnum;
7578
7679 m_connection.write_data (" cqReplaceOnNext\r\n " );
80+ if (GlobalSettings::instance ().LOG_EVERYTHING ){
81+ m_logger.log (" sys-botbase3: cqReplaceOnNext" );
82+ }
7783
7884 this ->clear_on_next ();
7985 m_cv.notify_all ();
You can’t perform that action at this time.
0 commit comments