Skip to content

Commit

Permalink
fs.print_root() was in the wrong sanity function
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim2000 committed Jul 25, 2024
1 parent 00da5c9 commit 4543806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MSET9_installer_script/mset9.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@ def createHaxID1():
def sanity():
global fs, hackedID1Path, titleDatabasesGood, menuExtdataGood, miiExtdataGood

fs.print_root()

prinfo("Checking databases...")
checkTitledb = softcheck(hackedID1Path + "/dbs/title.db", 0x31E400)
checkImportdb = softcheck(hackedID1Path + "/dbs/import.db", 0x31E400)
Expand Down Expand Up @@ -778,6 +776,8 @@ def sanity():
return menuExtdataGood and miiExtdataGood and titleDatabasesGood

def sanityReport():
fs.print_root()

if not menuExtdataGood:
prbad("HOME menu extdata: Missing!")
prinfo("Please power on your console with your SD inserted, then check again.")
Expand Down

0 comments on commit 4543806

Please sign in to comment.