mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
NetPlay: Fix saving host game selection
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user