mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
NetPlay: Pass Wii FS sync data directly to game boot logic instead of indirectly through globals.
This commit is contained in:
@ -1819,7 +1819,7 @@ bool NetPlayServer::SyncSaveData()
|
||||
}
|
||||
|
||||
// Set titles for host-side loading in WiiRoot
|
||||
SetWiiSyncData(nullptr, titles);
|
||||
m_dialog->SetHostWiiSyncTitles(std::move(titles));
|
||||
|
||||
SendChunkedToClients(std::move(pac), 1, "Wii Save Synchronization");
|
||||
}
|
||||
|
Reference in New Issue
Block a user