diff options
| author | JosJuice <josjuice@gmail.com> | 2014-12-25 11:01:18 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2014-12-25 11:01:18 +0100 |
| commit | 8624461315c5baaf23b3d13a0365de69a95266e6 (patch) | |
| tree | 420dca2ade90e7c9acfb9122cdb8ca8e18d308a1 /Source/Core/DiscIO/FileMonitor.cpp | |
| parent | c5c10fe48b33b63e44db775cf4b4ebda7bd1f539 (diff) | |
Re-add FileMonitor support for Wii discs
This in done in the same way as GC discs, unlike the previous implementation.
Diffstat (limited to 'Source/Core/DiscIO/FileMonitor.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileMonitor.cpp b/Source/Core/DiscIO/FileMonitor.cpp index 770716d2ca..6cb8c410ef 100644 --- a/Source/Core/DiscIO/FileMonitor.cpp +++ b/Source/Core/DiscIO/FileMonitor.cpp @@ -79,7 +79,7 @@ void ReadGC(const std::string& filename) if (!OpenISO) return; - if (!DiscIO::IsVolumeWiiDisc(OpenISO) && !DiscIO::IsVolumeWadFile(OpenISO)) + if (!DiscIO::IsVolumeWadFile(OpenISO)) { pFileSystem = DiscIO::CreateFileSystem(OpenISO); |
