mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Improved legit CIA build warning
This commit is contained in:
parent
87d4152d4e
commit
ab110bf73d
@ -1322,7 +1322,7 @@ u32 BuildCiaFromTmdFileBuffered(const char* path_tmd, const char* path_cia, bool
|
||||
{"Use personalized ticket (legit)", "Use generic ticket (not legit)"};
|
||||
if (!default_action) {
|
||||
default_action = ShowSelectPrompt(2, optionstr,
|
||||
"ID %016llX\nLegit ticket is personalized.\nChoose default action:", getbe64(title_id));
|
||||
"ID %016llX\nLegit ticket is personalized.\nCIA may not be installable.\nChoose default action:", getbe64(title_id));
|
||||
ShowProgress(0, 0, path_tmd);
|
||||
}
|
||||
if (!default_action) return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user