Skip to content
Snippets Groups Projects
Commit 4f09f0ae authored by MerryMage's avatar MerryMage
Browse files

shared_font: Service::NS::EncryptSharedFont takes a size_t&

parent 69f38355
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ VirtualFile PackBFTTF(const std::array<u8, Size>& data, const std::string& name)
std::vector<u8> bfttf(Size + sizeof(u64));
u64 offset = 0;
size_t offset = 0;
Service::NS::EncryptSharedFont(vec, bfttf, offset);
return std::make_shared<VectorVfsFile>(std::move(bfttf), name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment