mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
DiscIO: Merge WiiWAD into VolumeWAD
These two classes are very similar, so let's merge them.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
class WiiWAD;
|
||||
class VolumeWAD;
|
||||
}
|
||||
|
||||
namespace IOS::HLE
|
||||
@ -31,8 +31,8 @@ enum class InstallType
|
||||
Temporary,
|
||||
};
|
||||
|
||||
bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::WiiWAD& wad, InstallType type);
|
||||
// Same as the above, but constructs a temporary IOS and WiiWAD instance for importing
|
||||
bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::VolumeWAD& wad, InstallType type);
|
||||
// Same as the above, but constructs a temporary IOS and VolumeWAD instance for importing
|
||||
// and does a permanent install.
|
||||
bool InstallWAD(const std::string& wad_path);
|
||||
|
||||
|
Reference in New Issue
Block a user