mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
minor netplay fixes
This commit is contained in:
parent
9a9cacfdb4
commit
561e871ed7
3 changed files with 2 additions and 4 deletions
|
@ -320,7 +320,7 @@ void NetPlaySetupDialog::SaveSettings()
|
|||
#endif
|
||||
|
||||
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_REGION, "NA");
|
||||
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_NAME, m_host_server_name->text().toStdString());
|
||||
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_NAME, m_nickname_edit->text().toStdString());
|
||||
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_PASSWORD, "");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue