mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Re-add FileMonitor support for Wii discs
This in done in the same way as GC discs, unlike the previous implementation.
This commit is contained in:
parent
c5c10fe48b
commit
8624461315
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue