aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/posix-drives/posix-drives-fs.h
diff options
context:
space:
mode:
authorBastien Bouclet2019-10-31 21:35:41 +0100
committerBastien Bouclet2019-10-31 21:35:41 +0100
commit8fb57967d75b5ef9911fbbbf15eb25b43458c997 (patch)
tree8ca7d224f3d346ef66469c8a98f957055ff1cfc2 /backends/fs/posix-drives/posix-drives-fs.h
parent17173f6dacd7591b237b6f03b9d5c8f21d3d6335 (diff)
downloadscummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.tar.gz
scummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.tar.bz2
scummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.zip
3DS: Avoid stat calls in DrivePOSIXFilesystemNode
Diffstat (limited to 'backends/fs/posix-drives/posix-drives-fs.h')
-rw-r--r--backends/fs/posix-drives/posix-drives-fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/fs/posix-drives/posix-drives-fs.h b/backends/fs/posix-drives/posix-drives-fs.h
index 43c89423fa..04d21b42b1 100644
--- a/backends/fs/posix-drives/posix-drives-fs.h
+++ b/backends/fs/posix-drives/posix-drives-fs.h
@@ -50,6 +50,7 @@ private:
bool _isPseudoRoot;
const DrivesArray &_drives;
+ DrivePOSIXFilesystemNode *getChildWithKnownType(const Common::String &n, bool isDirectory) const;
bool isDrive(const Common::String &path) const;
};