mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Don't use revision-specific unique ID strings outside of CoreParameter
This commit is contained in:
parent
47e67f9696
commit
e186104960
6 changed files with 5 additions and 14 deletions
|
@ -56,11 +56,6 @@ std::string CVolumeGC::GetUniqueID() const
|
|||
return ID;
|
||||
}
|
||||
|
||||
std::string CVolumeGC::GetRevisionSpecificUniqueID() const
|
||||
{
|
||||
return GetUniqueID() + StringFromFormat("r%d", GetRevision());
|
||||
}
|
||||
|
||||
IVolume::ECountry CVolumeGC::GetCountry() const
|
||||
{
|
||||
if (!m_pReader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue