IOS: Add NandUtils

This keeps the ES specific NAND code in a single place and makes it
reusable. Eventually, other ES specific code will be moved to it.
This commit is contained in:
Léo Lam
2017-03-12 19:58:44 +01:00
parent 9604a06921
commit 194b0ae36d
7 changed files with 152 additions and 91 deletions

View File

@ -23,6 +23,7 @@ namespace DiscIO
{
enum class Region;
// TODO: move some of these to Core/IOS/ES.
bool AddTicket(const IOS::ES::TicketReader& signed_ticket);
IOS::ES::TicketReader FindSignedTicket(u64 title_id);