mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Treewide: Rename references to SD Card image path to clarify they mean the image file, not the folder.
This commit is contained in:
@ -2479,7 +2479,7 @@ void NetPlayClient::ComputeMD5(const SyncIdentifier& sync_identifier)
|
||||
|
||||
std::string file;
|
||||
if (sync_identifier == GetSDCardIdentifier())
|
||||
file = File::GetUserPath(F_WIISDCARD_IDX);
|
||||
file = File::GetUserPath(F_WIISDCARDIMAGE_IDX);
|
||||
else if (auto game = m_dialog->FindGameFile(sync_identifier))
|
||||
file = game->GetFilePath();
|
||||
|
||||
|
Reference in New Issue
Block a user