mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
DiscIO: Merge WiiWAD into VolumeWAD
These two classes are very similar, so let's merge them.
This commit is contained in:
parent
0f5a4b37ee
commit
34f32898e6
15 changed files with 51 additions and 201 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue