mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
DiscIO: Add functions CreateDisc and CreateWAD
...in addition to the existing function CreateVolume (renamed from CreateVolumeFromFilename). Lets code easily add constraints such as not letting the user select a WAD file when using the disc changing functionality.
This commit is contained in:
@ -27,7 +27,7 @@ enum class Language;
|
||||
enum class Region;
|
||||
enum class Platform;
|
||||
|
||||
class VolumeWii : public Volume
|
||||
class VolumeWii : public VolumeDisc
|
||||
{
|
||||
public:
|
||||
VolumeWii(std::unique_ptr<BlobReader> reader);
|
||||
|
Reference in New Issue
Block a user