summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:35:43 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:35:43 +0200
commitf21ab654db620198b388bd25cd0db4c2085c4c8a (patch)
tree4a787355d020e7df09dd0c032f1892f08009e0de /src/core/hle/service/ns/ns.h
parentDeglobalize System: Nim (diff)
downloadyuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar.gz
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar.bz2
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar.lz
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar.xz
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.tar.zst
yuzu-f21ab654db620198b388bd25cd0db4c2085c4c8a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ns/ns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h
index d067e7a9a..4a10c98f9 100644
--- a/src/core/hle/service/ns/ns.h
+++ b/src/core/hle/service/ns/ns.h
@@ -97,8 +97,8 @@ private:
};
/// Registers all NS services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& service_manager, FileSystem::FileSystemController& fsc);
+void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system,
+ FileSystem::FileSystemController& fsc);
} // namespace NS
-
} // namespace Service