summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-09-16 05:13:26 +0200
committerGitHub <noreply@github.com>2021-09-16 05:13:26 +0200
commitf6d5444293d263c1a9afc0416e24a8b9262b519f (patch)
tree5bd81eb2caf3b094382bcc34388ac73af1165aa5 /src/core/file_sys/vfs.h
parentMerge pull request #7014 from Morph1984/log-pipeline-count (diff)
parentvfs: Partially implement GetFileTimeStampRaw (diff)
downloadyuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar.gz
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar.bz2
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar.lz
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar.xz
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.tar.zst
yuzu-f6d5444293d263c1a9afc0416e24a8b9262b519f.zip
Diffstat (limited to 'src/core/file_sys/vfs.h')
-rw-r--r--src/core/file_sys/vfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/file_sys/vfs.h b/src/core/file_sys/vfs.h
index afd64e95c..ff6935da6 100644
--- a/src/core/file_sys/vfs.h
+++ b/src/core/file_sys/vfs.h
@@ -199,6 +199,9 @@ public:
// file with name.
virtual VirtualFile GetFile(std::string_view name) const;
+ // Returns a struct containing the file's timestamp.
+ virtual FileTimeStampRaw GetFileTimeStamp(std::string_view path) const;
+
// Returns a vector containing all of the subdirectories in this directory.
virtual std::vector<VirtualDir> GetSubdirectories() const = 0;
// Returns the directory with name matching name. Returns nullptr if directory dosen't have a