mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +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
|
@ -25,7 +25,6 @@ public:
|
|||
~CVolumeGC();
|
||||
bool Read(u64 _Offset, u64 _Length, u8* _pBuffer, bool decrypt = false) const override;
|
||||
std::string GetUniqueID() const override;
|
||||
std::string GetRevisionSpecificUniqueID() const override;
|
||||
std::string GetMakerID() const override;
|
||||
int GetRevision() const override;
|
||||
std::vector<std::string> GetNames() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue