diff options
| author | JosJuice <josjuice@gmail.com> | 2020-06-04 20:33:52 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2020-06-25 16:37:21 +0200 |
| commit | d17b8015188e290756fe1842636e33e35b50cea8 (patch) | |
| tree | a45bbd62a4f681f95f44cb6db8ee3022637b8c63 /Source/Core/DiscIO/FileSystemGCWii.cpp | |
| parent | 6468978dd02d9949adf2f61713988849d1f4f08e (diff) | |
DiscIO: Deduplicate some VolumeGC/VolumeWii code
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 7e1a3a0015..7e3b3452b9 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -23,7 +23,7 @@ #include "DiscIO/DiscExtractor.h" #include "DiscIO/FileSystemGCWii.h" #include "DiscIO/Filesystem.h" -#include "DiscIO/Volume.h" +#include "DiscIO/VolumeDisc.h" namespace DiscIO { |
