aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/ds/ds-fs-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/ds/ds-fs-factory.cpp')
-rw-r--r--backends/fs/ds/ds-fs-factory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/fs/ds/ds-fs-factory.cpp b/backends/fs/ds/ds-fs-factory.cpp
index 9edc46e60e..2eae2f2403 100644
--- a/backends/fs/ds/ds-fs-factory.cpp
+++ b/backends/fs/ds/ds-fs-factory.cpp
@@ -22,6 +22,7 @@
* $Id$
*/
+#if defined(__DS__)
#include "backends/fs/ds/ds-fs-factory.h"
#include "backends/fs/ds/ds-fs.h"
#include "dsmain.h" //for the isGBAMPAvailable() function
@@ -51,3 +52,4 @@ AbstractFilesystemNode *DSFilesystemFactory::makeFileNodePath(const String &path
return new DS::DSFileSystemNode(path);
}
}
+#endif