mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 11:20:53 +00:00
fix matchmaking
This commit is contained in:
parent
10d8ae74d9
commit
5d0b76c06c
1 changed files with 1 additions and 0 deletions
|
@ -2005,6 +2005,7 @@ void CEXISlippi::prepareOnlineMatchState()
|
||||||
// gets re-created when a connection is terminated, that said, it can still be useful to know
|
// gets re-created when a connection is terminated, that said, it can still be useful to know
|
||||||
// who we were connected to after they disconnect from us, for example in the case of
|
// who we were connected to after they disconnect from us, for example in the case of
|
||||||
// reporting a match. So let's copy the results.
|
// reporting a match. So let's copy the results.
|
||||||
|
recentMmResult = matchmaking->GetMatchmakeResult();
|
||||||
allowedStages = recentMmResult.stages;
|
allowedStages = recentMmResult.stages;
|
||||||
// Clear stage pool so that when we call getRandomStage it will use full list
|
// Clear stage pool so that when we call getRandomStage it will use full list
|
||||||
stagePool.clear();
|
stagePool.clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue