Merge pull request #2543 from JosJuice/remove-dsp-thread-reference

Remove reference to DSP on Dedicated Thread
This commit is contained in:
Dolphin Bot 2015-06-07 13:01:06 +02:00
commit 0245dd156d
1 changed files with 1 additions and 2 deletions

View File

@ -118,14 +118,13 @@ NetPlaySetupFrame::NetPlaySetupFrame(wxWindow* const parent, const CGameListCtrl
_("ALERT:\n\n"
"Netplay will only work with the following settings:\n"
" - DSP Emulator Engine Must be the same on all computers!\n"
" - DSP on Dedicated Thread [OFF]\n"
" - Manually set the extensions for each Wiimote\n"
"\n"
"All players should use the same Dolphin version and settings.\n"
"All memory cards must be identical between players or disabled.\n"
"Wiimote support is probably terrible. Don't use it.\n"
"\n"
"If connecting directly host must have the chosen UDP port open/forwarded!\n"));
"If connecting directly, the host must have the chosen UDP port open/forwarded!\n"));
wxBoxSizer* const top_szr = new wxBoxSizer(wxHORIZONTAL);