mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +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);
|
||||
}
|
||||
|
||||
bool IsFixedRulesMode(SlippiMatchmaking::OnlinePlayMode mode)
|
||||
bool SlippiMatchmaking::IsFixedRulesMode(SlippiMatchmaking::OnlinePlayMode mode)
|
||||
{
|
||||
return mode == SlippiMatchmaking::OnlinePlayMode::UNRANKED ||
|
||||
mode == SlippiMatchmaking::OnlinePlayMode::RANKED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue