Skip to content

Commit

Permalink
WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Mar 17, 2014
1 parent d0b89e7 commit d1e59d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/fs/wii/wii-fs-factory.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit d1e59d0

Please sign in to comment.