mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #4401 from JosJuice/rename-getuniqueid
DiscIO/SConfig: Rename GetUniqueID to GetGameID
This commit is contained in:
@ -347,7 +347,7 @@ static std::string GetGameId(std::string filename)
|
||||
if (volume == nullptr)
|
||||
return std::string();
|
||||
|
||||
std::string id = volume->GetUniqueID();
|
||||
std::string id = volume->GetGameID();
|
||||
__android_log_print(ANDROID_LOG_INFO, DOLPHIN_TAG, "Game ID: %s", id.c_str());
|
||||
return id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user