mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 23:38:49 +00:00
NetPlay: Fix saving host game selection
This commit is contained in:
parent
0140009114
commit
203ecb534d
3 changed files with 15 additions and 11 deletions
|
@ -314,6 +314,7 @@ void NetPlayDialog::ConnectWidgets()
|
|||
{
|
||||
auto unique_id = gld.GetSelectedUniqueID();
|
||||
Settings::Instance().GetNetPlayServer()->ChangeGame(unique_id.toStdString());
|
||||
Settings::GetQSettings().setValue(QStringLiteral("netplay/hostgame"), unique_id);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue