From e94378511e1bf3cc56318341d24776db817bf3e5 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 21 Jan 2009 19:29:02 +0000 Subject: made ISO9660 support optional via USE_WII_DI svn-id: r35985 --- backends/fs/wii/wii-fs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/fs/wii') diff --git a/backends/fs/wii/wii-fs.cpp b/backends/fs/wii/wii-fs.cpp index 6764a596a5..dac336f032 100644 --- a/backends/fs/wii/wii-fs.cpp +++ b/backends/fs/wii/wii-fs.cpp @@ -33,7 +33,7 @@ #include -#ifndef GAMECUBE +#ifdef USE_WII_DI #include #endif @@ -86,7 +86,7 @@ public: }; void WiiFilesystemNode::asyncHandler(bool mount, const Common::String *path) { -#ifndef GAMECUBE +#ifdef USE_WII_DI static bool di_tryMount = true; static bool di_isMounted = false; -- cgit v1.2.3