pl_u: Use OSS system archives if real archives don't exist
This commit is contained in:
parent
8b857fc7c2
commit
94afffe9e5
3 changed files with 42 additions and 111 deletions
|
@ -23,8 +23,7 @@ VirtualFile PackBFTTF(const std::array<u8, Size>& data, const std::string& name)
|
|||
|
||||
std::vector<u8> bfttf(Size + sizeof(u64));
|
||||
|
||||
u64 offset = 0;
|
||||
Service::NS::EncryptSharedFont(vec, bfttf, offset);
|
||||
Service::NS::EncryptSharedFont(vec, bfttf);
|
||||
return std::make_shared<VectorVfsFile>(std::move(bfttf), name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue