mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
fix CI builds
whoops
This commit is contained in:
parent
324fbc6f53
commit
b11d516d7a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ std::unique_ptr<SlippiNetplayClient> SlippiMatchmaking::GetNetplayClient()
|
||||||
return std::move(m_netplayClient);
|
return std::move(m_netplayClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsFixedRulesMode(SlippiMatchmaking::OnlinePlayMode mode)
|
bool SlippiMatchmaking::IsFixedRulesMode(SlippiMatchmaking::OnlinePlayMode mode)
|
||||||
{
|
{
|
||||||
return mode == SlippiMatchmaking::OnlinePlayMode::UNRANKED ||
|
return mode == SlippiMatchmaking::OnlinePlayMode::UNRANKED ||
|
||||||
mode == SlippiMatchmaking::OnlinePlayMode::RANKED;
|
mode == SlippiMatchmaking::OnlinePlayMode::RANKED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue