mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.
This commit is contained in:
parent
c70f7cb1a7
commit
417f755b90
@ -125,7 +125,9 @@ bool WiiFilesystemFactory::failedToMount(FileSystemType type) {
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef USE_WII_DI
|
||||
const DISC_INTERFACE* dvd = &__io_wiidvd;
|
||||
#endif
|
||||
|
||||
void WiiFilesystemFactory::mount(FileSystemType type) {
|
||||
switch (type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user