From 94afffe9e5367efd4deb988e6043b962afdb9ead Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 21 Sep 2019 21:50:36 -0400 Subject: pl_u: Use OSS system archives if real archives don't exist --- src/core/hle/service/ns/pl_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/ns/pl_u.h') diff --git a/src/core/hle/service/ns/pl_u.h b/src/core/hle/service/ns/pl_u.h index d62459667..08574c6b4 100644 --- a/src/core/hle/service/ns/pl_u.h +++ b/src/core/hle/service/ns/pl_u.h @@ -9,7 +9,7 @@ namespace Service::NS { -void EncryptSharedFont(const std::vector& input, std::vector& output, std::size_t& offset); +void EncryptSharedFont(const std::vector& input, Kernel::PhysicalMemory& output); class PL_U final : public ServiceFramework { public: -- cgit v1.2.3