[Scummvm-cvs-logs] scummvm master -> 417f755b90d3505994dc5c01e93699335966093e

digitall dgturner at iee.org
Sat Jan 25 19:48:11 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 417f755b90d3505994dc5c01e93699335966093e
    https://github.com/scummvm/scummvm/commit/417f755b90d3505994dc5c01e93699335966093e
Author: D G Turner (digitall at scummvm.org)
Date: 2014-01-25T10:50:20-08:00

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

Changed paths:
    backends/fs/wii/wii-fs-factory.cpp



diff --git a/backends/fs/wii/wii-fs-factory.cpp b/backends/fs/wii/wii-fs-factory.cpp
index 987e7f5..3bebc2b 100644
--- a/backends/fs/wii/wii-fs-factory.cpp
+++ b/backends/fs/wii/wii-fs-factory.cpp
@@ -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) {






More information about the Scummvm-git-logs mailing list