diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-10-03 02:04:31 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-19 20:02:07 +0200 |
commit | a25d79cfaad99e7659a8123d41dc0969e854259b (patch) | |
tree | ca5adf2b2f4e944099cbe672c0819d841294d64d /src/core/file_sys/vfs_real.cpp | |
parent | Merge pull request #1525 from ogniK5377/block-home (diff) | |
download | yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar.gz yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar.bz2 yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar.lz yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar.xz yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.tar.zst yuzu-a25d79cfaad99e7659a8123d41dc0969e854259b.zip |
Diffstat (limited to 'src/core/file_sys/vfs_real.cpp')
-rw-r--r-- | src/core/file_sys/vfs_real.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/file_sys/vfs_real.cpp b/src/core/file_sys/vfs_real.cpp index 9defad04c..e21300a7c 100644 --- a/src/core/file_sys/vfs_real.cpp +++ b/src/core/file_sys/vfs_real.cpp @@ -430,7 +430,4 @@ std::map<std::string, VfsEntryType, std::less<>> RealVfsDirectory::GetEntries() return out; } -bool RealVfsDirectory::ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) { - return false; -} } // namespace FileSys |