mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 18:59:19 +00:00
fix warning
This commit is contained in:
parent
f61f2ab219
commit
d5b9c9d92c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void SlippiGameReporter::ReportThreadHandler()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto ranked = SlippiMatchmaking::OnlinePlayMode::RANKED;
|
// auto ranked = SlippiMatchmaking::OnlinePlayMode::RANKED;
|
||||||
|
|
||||||
auto user_info = m_user->GetUserInfo();
|
auto user_info = m_user->GetUserInfo();
|
||||||
WARN_LOG_FMT(SLIPPI_ONLINE, "Checking game report for game {}. Length: {}...",
|
WARN_LOG_FMT(SLIPPI_ONLINE, "Checking game report for game {}. Length: {}...",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue