summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-07-08 03:39:40 +0200
committerGitHub <noreply@github.com>2019-07-08 03:39:40 +0200
commit8f5aae30746f678eed69d8f311e9b5634a8dd12c (patch)
tree3755447c918a345e88cca7a5e925543ea1a9fc4f /src/core/hle/service/filesystem/filesystem.h
parentMerge pull request #2694 from FearlessTobi/patch-1 (diff)
parentfsp-srv: Implement GetAccessLogVersionInfo (diff)
downloadyuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar.gz
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar.bz2
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar.lz
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar.xz
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.tar.zst
yuzu-8f5aae30746f678eed69d8f311e9b5634a8dd12c.zip
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h
index 6481f237c..3849dd89e 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -65,7 +65,7 @@ FileSys::VirtualDir GetModificationDumpRoot(u64 title_id);
// above is called.
void CreateFactories(FileSys::VfsFilesystem& vfs, bool overwrite = true);
-void InstallInterfaces(SM::ServiceManager& service_manager, FileSys::VfsFilesystem& vfs);
+void InstallInterfaces(Core::System& system);
// A class that wraps a VfsDirectory with methods that return ResultVal and ResultCode instead of
// pointers and booleans. This makes using a VfsDirectory with switch services much easier and