diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-07-21 15:32:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-21 15:32:52 +0800 |
| commit | da1fbbc5d5d0eda5fcdccadd20207b4b525f8a7e (patch) | |
| tree | 28afb7bb2892547e824f688261ec50c0616ef15b /Source/Core/DiscIO/FileSystemGCWii.cpp | |
| parent | cd7a374ab91f1f1dd46e5631309bea7ed5efc23d (diff) | |
| parent | 34f32898e63e7dd5d0251fd630f8d569432c9ac3 (diff) | |
Merge pull request #8243 from JosJuice/merge-wad-classes
DiscIO: Merge WiiWAD into VolumeWAD
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileSystemGCWii.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp index c4e8d4a48e..7e1a3a0015 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -223,7 +223,7 @@ bool FileInfoGCWii::IsValid(u64 fst_size, const FileInfoGCWii& parent_directory) return true; } -FileSystemGCWii::FileSystemGCWii(const Volume* volume, const Partition& partition) +FileSystemGCWii::FileSystemGCWii(const VolumeDisc* volume, const Partition& partition) : m_valid(false), m_root(nullptr, 0, 0, 0) { u8 offset_shift; |
