mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: Remove usage of IsCompressed() in compression code
What we actually care about is whether it's a GCZ file, not whether it's compressed. (This commit doesn't change the behavior, since the beginning of CompressSelection discards items that aren't BlobType::GCZ or BlobType::PLAIN.)
This commit is contained in:
@ -53,7 +53,6 @@ public:
|
||||
DiscIO::BlobType GetBlobType() const { return m_blob_type; }
|
||||
const std::string& GetIssues() const { return m_issues; }
|
||||
int GetEmuState() const { return m_emu_state; }
|
||||
bool IsCompressed() const;
|
||||
u64 GetFileSize() const { return m_FileSize; }
|
||||
u64 GetVolumeSize() const { return m_VolumeSize; }
|
||||
// 0 is the first disc, 1 is the second disc
|
||||
|
Reference in New Issue
Block a user