summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:40:58 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:40:58 +0200
commitfcdbf0bc53d9361351ac8bae22d590e526fdb49d (patch)
tree04e76878f46f2a548c5c6ef201e20e419f208d56 /src/core/hle/service/ns/pl_u.h
parentDeglobalize System: Vi (diff)
downloadyuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar.gz
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar.bz2
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar.lz
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar.xz
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.tar.zst
yuzu-fcdbf0bc53d9361351ac8bae22d590e526fdb49d.zip
Diffstat (limited to 'src/core/hle/service/ns/pl_u.h')
-rw-r--r--src/core/hle/service/ns/pl_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ns/pl_u.h b/src/core/hle/service/ns/pl_u.h
index 0d38d7d36..d2ef5bead 100644
--- a/src/core/hle/service/ns/pl_u.h
+++ b/src/core/hle/service/ns/pl_u.h
@@ -20,7 +20,7 @@ void EncryptSharedFont(const std::vector<u8>& input, Kernel::PhysicalMemory& out
class PL_U final : public ServiceFramework<PL_U> {
public:
- PL_U(Core::System& system, FileSystem::FileSystemController& fsc);
+ PL_U(Core::System& system);
~PL_U() override;
private: