summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs_factory.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-03 00:12:07 +0200
committerGitHub <noreply@github.com>2021-05-03 00:12:07 +0200
commitc17a59b58e4c78dfee976dabddd13c3c6fdf95b7 (patch)
tree7a935c140bd467ca9e5e3ca27547ee6fee14861f /src/core/file_sys/romfs_factory.h
parentMerge pull request #6263 from Kewlan/folder-swap-expand-state (diff)
parentfile_sys: Resolve cases of variable shadowing (diff)
downloadyuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar.gz
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar.bz2
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar.lz
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar.xz
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.tar.zst
yuzu-c17a59b58e4c78dfee976dabddd13c3c6fdf95b7.zip
Diffstat (limited to 'src/core/file_sys/romfs_factory.h')
-rw-r--r--src/core/file_sys/romfs_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/romfs_factory.h b/src/core/file_sys/romfs_factory.h
index 96dd0d578..39db09e4e 100644
--- a/src/core/file_sys/romfs_factory.h
+++ b/src/core/file_sys/romfs_factory.h
@@ -40,7 +40,7 @@ public:
Service::FileSystem::FileSystemController& controller);
~RomFSFactory();
- void SetPackedUpdate(VirtualFile update_raw);
+ void SetPackedUpdate(VirtualFile update_raw_file);
[[nodiscard]] ResultVal<VirtualFile> OpenCurrentProcess(u64 current_process_title_id) const;
[[nodiscard]] ResultVal<VirtualFile> OpenPatchedRomFS(u64 title_id,
ContentRecordType type) const;