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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/fs/ds/ds-fs-factory.cpp b/backends/fs/ds/ds-fs-factory.cpp
index e99033eebd..98c522f1d6 100644
--- a/backends/fs/ds/ds-fs-factory.cpp
+++ b/backends/fs/ds/ds-fs-factory.cpp
@@ -28,6 +28,9 @@
#include "backends/fs/ds/ds-fs.h"
#include "dsmain.h" //for the isGBAMPAvailable() function
+namespace Common {
+DECLARE_SINGLETON(DSFilesystemFactory);
+}
AbstractFSNode *DSFilesystemFactory::makeRootFileNode() const {
if (DS::isGBAMPAvailable()) {