yuzu/multiplayer: Warn when game is running or no network interface is selected
This commit is contained in:
parent
339758c9fc
commit
2b6ac4463c
11 changed files with 81 additions and 19 deletions
|
@ -860,7 +860,7 @@ void GMainWindow::InitializeWidgets() {
|
|||
});
|
||||
|
||||
multiplayer_state = new MultiplayerState(this, game_list->GetModel(), ui->action_Leave_Room,
|
||||
ui->action_Show_Room, system->GetRoomNetwork());
|
||||
ui->action_Show_Room, *system);
|
||||
multiplayer_state->setVisible(false);
|
||||
|
||||
// Create status bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue