mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
DiscIO: Deduplicate some VolumeGC/VolumeWii code
This commit is contained in:
parent
6468978dd0
commit
d17b801518
19 changed files with 139 additions and 167 deletions
|
@ -23,6 +23,7 @@ namespace DiscIO
|
|||
class BlobReader;
|
||||
enum class BlobType;
|
||||
class FileSystem;
|
||||
class VolumeDisc;
|
||||
class VolumeWAD;
|
||||
|
||||
struct Partition final
|
||||
|
@ -162,10 +163,6 @@ protected:
|
|||
static const std::vector<u8> INVALID_CERT_CHAIN;
|
||||
};
|
||||
|
||||
class VolumeDisc : public Volume
|
||||
{
|
||||
};
|
||||
|
||||
std::unique_ptr<VolumeDisc> CreateDisc(const std::string& path);
|
||||
std::unique_ptr<VolumeWAD> CreateWAD(const std::string& path);
|
||||
std::unique_ptr<Volume> CreateVolume(const std::string& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue