mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
CIA checker tool: properly detect custom TMD
This commit is contained in:
parent
151e6389ac
commit
c86ebe4baa
@ -2088,7 +2088,8 @@ u32 ShowCiaCheckerInfo(const char* path) {
|
|||||||
snprintf(typestr, 32, "Possibly Broken");
|
snprintf(typestr, 32, "Possibly Broken");
|
||||||
else snprintf(typestr, 32, "%s %s%s",
|
else snprintf(typestr, 32, "%s %s%s",
|
||||||
console_id ? "Personal" : "Universal",
|
console_id ? "Personal" : "Universal",
|
||||||
(state_ticket == 2) ? "Legit" : (state_tmd == 2) ? "Pirate Legit" : "Custom",
|
((state_ticket == 2) && (state_tmd == 2)) ? "Legit" :
|
||||||
|
(state_tmd == 2) ? "Pirate Legit" : "Custom",
|
||||||
is_dlc ? " DLC" : "");
|
is_dlc ? " DLC" : "");
|
||||||
|
|
||||||
// output results
|
// output results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user