mirror of
https://github.com/rvtr/TDT.git
synced 2025-06-19 03:05:43 -04:00
Mistake
Can you tell I don't do much programming? lol
This commit is contained in:
parent
347371c66a
commit
85dff8ccd0
@ -414,7 +414,7 @@ bool install(char* fpath, bool systemTitle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//offer to patch system titles to normal DSiWare on SysNAND
|
//offer to patch system titles to normal DSiWare on SysNAND
|
||||||
if(!sdnandMode && h->tid_high != 0x00030004 || != 0x00030017) //do not allow patching home menus to be normal DSiWare! This will trigger "ERROR! - 0x0000000000000008 HWINFO_SECURE" on prototype launchers. May also cause issues on the prod versions.
|
if(!sdnandMode && h->tid_high != 0x00030004 || h->tid_high != 0x00030017) //do not allow patching home menus to be normal DSiWare! This will trigger "ERROR! - 0x0000000000000008 HWINFO_SECURE" on prototype launchers. May also cause issues on the prod versions.
|
||||||
{
|
{
|
||||||
if(choiceBox("This is set as a system/dev\ntitle, would you like to patch\nit to be a normal DSiWare?\n\nThis is safer, but invalidates\nRSA checks and may not work.\n\nIf the title is homebrew this isstrongly recommended.") == YES)
|
if(choiceBox("This is set as a system/dev\ntitle, would you like to patch\nit to be a normal DSiWare?\n\nThis is safer, but invalidates\nRSA checks and may not work.\n\nIf the title is homebrew this isstrongly recommended.") == YES)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user