mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-19 00:42:58 -05:00
Use more std::span arguments
This commit is contained in:
@@ -1248,7 +1248,7 @@ void NetPlayDialog::AbortGameDigest()
|
||||
}
|
||||
|
||||
void NetPlayDialog::ShowChunkedProgressDialog(const std::string& title, const u64 data_size,
|
||||
const std::vector<int>& players)
|
||||
std::span<const int> players)
|
||||
{
|
||||
QueueOnObject(this, [this, title, data_size, players] {
|
||||
if (m_chunked_progress_dialog->isVisible())
|
||||
|
||||
Reference in New Issue
Block a user