mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-26 01:44:20 +02:00
Uninstall CFW: Use correct NATIVE_FIRM version (#1359)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user