mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Show file format details in game properties
This commit is contained in:
@ -32,6 +32,7 @@ public:
|
||||
|
||||
u64 GetBlockSize() const override { return ECC_BLOCK_SIZE; }
|
||||
bool HasFastRandomAccessInBlock() const override { return false; }
|
||||
std::string GetCompressionMethod() const override { return {}; }
|
||||
|
||||
private:
|
||||
DriveReader(const std::string& drive);
|
||||
|
Reference in New Issue
Block a user