summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 09:47:25 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 09:47:25 +0200
commitd961d5479e0246f217883b57bbfdd736610b642e (patch)
treedcdcfb617b1fa680eaa74cf1a96f872f259bba1b /src/core/hle/service/ns/pl_u.h
parentMerge pull request #2535 from DarkLordZach/cheat-v2 (diff)
downloadyuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.gz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.bz2
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.lz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.xz
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.tar.zst
yuzu-d961d5479e0246f217883b57bbfdd736610b642e.zip
Diffstat (limited to 'src/core/hle/service/ns/pl_u.h')
-rw-r--r--src/core/hle/service/ns/pl_u.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/ns/pl_u.h b/src/core/hle/service/ns/pl_u.h
index 7e9fe6220..35ca424d2 100644
--- a/src/core/hle/service/ns/pl_u.h
+++ b/src/core/hle/service/ns/pl_u.h
@@ -5,7 +5,6 @@
#pragma once
#include <memory>
-#include "core/hle/kernel/physical_memory.h"
#include "core/hle/service/service.h"
namespace Service {
@@ -16,8 +15,6 @@ class FileSystemController;
namespace NS {
-void EncryptSharedFont(const std::vector<u8>& input, Kernel::PhysicalMemory& output);
-
class PL_U final : public ServiceFramework<PL_U> {
public:
PL_U(FileSystem::FileSystemController& fsc);