aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/wii/wii-fs.cpp')
-rw-r--r--backends/fs/wii/wii-fs.cpp4
1 files changed, 2 insertions, 2 deletions
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 <gctypes.h>
-#ifndef GAMECUBE
+#ifdef USE_WII_DI
#include <di/di.h>
#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;