WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.

This commit is contained in:
D G Turner 2014-01-25 18:50:20 +00:00
parent c70f7cb1a7
commit 417f755b90

View File

@ -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) {