diff options
author | Max Horn | 2002-11-14 13:51:59 +0000 |
---|---|---|
committer | Max Horn | 2002-11-14 13:51:59 +0000 |
commit | 895cbec8916bb2a7b9838d5724443d4b61f621bb (patch) | |
tree | 64f647bf8e50205cf160d4e896e49770d9183cad | |
parent | e1527333449774ec9ed36756db2459e3c8b0b30d (diff) | |
download | scummvm-rg350-895cbec8916bb2a7b9838d5724443d4b61f621bb.tar.gz scummvm-rg350-895cbec8916bb2a7b9838d5724443d4b61f621bb.tar.bz2 scummvm-rg350-895cbec8916bb2a7b9838d5724443d4b61f621bb.zip |
added TODO
svn-id: r5548
-rw-r--r-- | backends/fs/fs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h index 1dc23abbfd..47d28a2fa4 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -48,7 +48,12 @@ * And if we ever want to support devices with no FS in the classical sense (Palm...), * we can build upon this. */ - + +/* + * TODO - Instead of starting with getRoot(), we should rather add a getDefaultDir() + * call that on Unix might return the current dir or the users home dir... + * i.e. the root dir is usually not the best starting point for browsing. + */ #include "common/list.h" #include "common/str.h" |