aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThierry Crozat2018-12-16 15:03:27 +0000
committerThierry Crozat2018-12-16 15:58:43 +0000
commit319b90fb21f5c1e4ca9d9196b65aadb6e2529c09 (patch)
treeee31fcfb0f8bc0993c67b052806b70c7ca05be57 /common
parentd320c36e588cdefac9c24a0d9743d79539f6d198 (diff)
downloadscummvm-rg350-319b90fb21f5c1e4ca9d9196b65aadb6e2529c09.tar.gz
scummvm-rg350-319b90fb21f5c1e4ca9d9196b65aadb6e2529c09.tar.bz2
scummvm-rg350-319b90fb21f5c1e4ca9d9196b65aadb6e2529c09.zip
BACKENDS: Add kFeatureNativeFileBowserDialog
Diffstat (limited to 'common')
-rw-r--r--common/system.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index c33dfbb6b3..73a4ad6a2f 100644
--- a/common/system.h
+++ b/common/system.h
@@ -403,7 +403,13 @@ public:
/**
* shaders
*/
- kFeatureShader
+ kFeatureShader,
+
+ /**
+ * Supports for using the native system file browser dialog
+ through the DialogManager.
+ */
+ kFeatureNativeFileBowserDialog
};