mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
IOS/ES: Add support for V1Ticket
This commit is contained in:
@ -26,6 +26,7 @@ std::string RootUserPath(FromWhichRoot from);
|
||||
std::string GetImportTitlePath(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
|
||||
std::string GetTicketFileName(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
std::string GetV1TicketFileName(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
std::string GetTitlePath(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
std::string GetTitleDataPath(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
std::string GetTitleContentPath(u64 title_id, std::optional<FromWhichRoot> from = {});
|
||||
|
Reference in New Issue
Block a user