Skip to content

Commit

Permalink
No longer default for PSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorer authored and Sorer committed Jul 10, 2021
1 parent d4755d3 commit e295adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ void GameSettingsScreen::CreateViews() {
qc5->SetEnabledPtr(&g_Config.bEnableQuickChat);
#endif

networkingSettings->Add(new ItemHeader(n->T("Misc", "Misc (default = compatibility)")));
networkingSettings->Add(new ItemHeader(n->T("Misc"));
networkingSettings->Add(new PopupSliderChoice(&g_Config.iPortOffset, 0, 60000, n->T("Port offset", "Port offset (0 = PSP compatibility)"), 100, screenManager()));
networkingSettings->Add(new PopupSliderChoice(&g_Config.iMinTimeout, 0, 15000, n->T("Minimum Timeout", "Minimum Timeout (override in ms, 0 = default)"), 50, screenManager()));
networkingSettings->Add(new CheckBox(&g_Config.bForcedFirstConnect, n->T("Forced First Connect", "Forced First Connect (faster Connect)")));
Expand Down

0 comments on commit e295adf

Please sign in to comment.