diff options
| author | Franco M <francomaro@gmail.com> | 2023-10-18 01:06:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 01:06:58 -0300 |
| commit | 59b6ada7b7ef44ca883613567459b7156e55e1c8 (patch) | |
| tree | ab8892a2edf7ef24be813ce45726ed9f053a48fd /src/core/file_sys/vfs_cached.h | |
| parent | 9908434c14d68faa7fde933258aafd7da15b3b3b (diff) | |
| parent | bd05ace08d04fe42b9cc94dae611adf2859d7c99 (diff) | |
Merge branch 'yuzu-emu:master' into new-shortcut
Diffstat (limited to 'src/core/file_sys/vfs_cached.h')
| -rw-r--r-- | src/core/file_sys/vfs_cached.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs_cached.h b/src/core/file_sys/vfs_cached.h index 113acac12..1e5300784 100644 --- a/src/core/file_sys/vfs_cached.h +++ b/src/core/file_sys/vfs_cached.h @@ -11,7 +11,7 @@ namespace FileSys { class CachedVfsDirectory : public ReadOnlyVfsDirectory { public: - CachedVfsDirectory(VirtualDir& source_directory); + CachedVfsDirectory(VirtualDir&& source_directory); ~CachedVfsDirectory() override; VirtualFile GetFile(std::string_view file_name) const override; |
