mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
DiscIO: drop unused Volume::CheckContentIntegrity() overload
The offset-based overload hasn't been in use since
f754a1a548
.
This commit is contained in:
@ -91,11 +91,6 @@ public:
|
||||
{
|
||||
return false;
|
||||
}
|
||||
virtual bool CheckContentIntegrity(const IOS::ES::Content& content, u64 content_offset,
|
||||
const IOS::ES::TicketReader& ticket) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
virtual IOS::ES::TicketReader GetTicketWithFixedCommonKey() const { return {}; }
|
||||
// Returns a non-owning pointer. Returns nullptr if the file system couldn't be read.
|
||||
virtual const FileSystem* GetFileSystem(const Partition& partition) const = 0;
|
||||
|
Reference in New Issue
Block a user