diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 8 |
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 }; |