mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
IOS/ES: Add support for V1Ticket
This commit is contained in:
parent
d3718b1b81
commit
2fd9852ca8
8 changed files with 109 additions and 52 deletions
|
@ -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 = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue