mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 15:18:11 +00:00
WII: Another fix for Gamecube build. Corrected Disc Interface object.
This commit is contained in:
parent
417f755b90
commit
08d3b5754a
@ -126,7 +126,11 @@ bool WiiFilesystemFactory::failedToMount(FileSystemType type) {
|
||||
}
|
||||
|
||||
#ifdef USE_WII_DI
|
||||
const DISC_INTERFACE* dvd = &__io_wiidvd;
|
||||
#ifndef GAMECUBE
|
||||
const DISC_INTERFACE* dvd = &__io_wiidvd;
|
||||
#else
|
||||
const DISC_INTERFACE* dvd = &__io_gcdvd;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void WiiFilesystemFactory::mount(FileSystemType type) {
|
||||
|
Loading…
Reference in New Issue
Block a user