From ae9604faba4fe1b43879efb24665e717397c094d Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Fri, 5 Jul 2019 18:50:50 -0400 Subject: pl_u: Expose method to encrypt TTF to BFTTF --- src/core/hle/service/ns/pl_u.h | 2 ++ 1 file changed, 2 insertions(+) (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 253f26a2a..d62459667 100644 --- a/src/core/hle/service/ns/pl_u.h +++ b/src/core/hle/service/ns/pl_u.h @@ -9,6 +9,8 @@ namespace Service::NS { +void EncryptSharedFont(const std::vector& input, std::vector& output, std::size_t& offset); + class PL_U final : public ServiceFramework { public: PL_U(); -- cgit v1.2.3