Skip to content

Commit 303401a

Browse files
committed
SBB3 looks good to go from this side.
1 parent f17599e commit 303401a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase3_ProController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void ProController_SysbotBase3::on_message(const std::string& message){
161161
m_logger.log(
162162
"Received Old Ack: Expected = " + std::to_string(m_next_expected_seqnum_ack) +
163163
", Actual = " + std::to_string(parsed),
164-
COLOR_RED
164+
COLOR_DARKGREEN
165165
);
166166
return;
167167
}

SerialPrograms/Source/NintendoSwitch/NintendoSwitch_Settings.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ ConsoleSettings::ConsoleSettings()
129129
PA_ADD_OPTION(START_GAME_INTERNET_CHECK_DELAY0);
130130
PA_ADD_OPTION(TOLERATE_SYSTEM_UPDATE_MENU_FAST);
131131
PA_ADD_OPTION(TOLERATE_SYSTEM_UPDATE_MENU_SLOW);
132-
if (PreloadSettings::instance().DEVELOPER_MODE){
133-
PA_ADD_OPTION(ENABLE_SBB3_PINGS);
134-
PA_ADD_OPTION(ENABLE_SBB3_LOGGING);
135-
}
132+
PA_ADD_OPTION(ENABLE_SBB3_PINGS);
133+
PA_ADD_OPTION(ENABLE_SBB3_LOGGING);
136134
PA_ADD_OPTION(TIMING_OPTIONS);
137135
if (PreloadSettings::instance().DEVELOPER_MODE){
138136
PA_ADD_OPTION(SWITCH1_DIGIT_ENTRY);

0 commit comments

Comments
 (0)