Skip to content

Commit

Permalink
Uninstall CFW: Use correct NATIVE_FIRM version (hacks-guide#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotu authored and Plailect committed Sep 25, 2017
1 parent 6c7f5f5 commit 8de4872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gm9_scripts/uninstall_hax_retail_NEW.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ sha S:/sector0x96.bin 82F2730D2C2DA3F30165F987FDCCAC5CBAB24B4E5F65C981CD7BE6F438

# grab NATIVE_FIRM out of the NCCH
set ERRORMSG "NATIVE_FIRM not found.\nIs this a N3DS?"
find 1:/title/00040138/20000002/content/????????.app NATIVE_NCCH
find -f 1:/title/00040138/20000002/content/????????.app NATIVE_NCCH
imgmount $[NATIVE_NCCH]
verify G:/exefs/.firm
set NATIVE_FIRM $[GM9OUT]/NATIVE_FIRM.firm
cp G:/exefs/.firm $[NATIVE_FIRM]
cp -w G:/exefs/.firm $[NATIVE_FIRM]
imgumount

# Write NATIVE_FIRM to the FIRM partitions
Expand Down
4 changes: 2 additions & 2 deletions gm9_scripts/uninstall_hax_retail_OLD.gm9
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ set SUCCESSMSG "CFW uninstalled successfully"

# grab NATIVE_FIRM out of the NCCH
set ERRORMSG "NATIVE_FIRM not found.\nIs this a O3DS?"
find 1:/title/00040138/00000002/content/????????.app NATIVE_NCCH
find -f 1:/title/00040138/00000002/content/????????.app NATIVE_NCCH
imgmount $[NATIVE_NCCH]
verify G:/exefs/.firm
set NATIVE_FIRM $[GM9OUT]/NATIVE_FIRM.firm
cp G:/exefs/.firm $[NATIVE_FIRM]
cp -w G:/exefs/.firm $[NATIVE_FIRM]
imgumount

# Write NATIVE_FIRM to the FIRM partitions
Expand Down

0 comments on commit 8de4872

Please sign in to comment.