mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Fix for NAND titles in threeSDumper
Otherwise there might be multiple copies of them after system updates
This commit is contained in:
Vendored
+3
-2
@@ -139,9 +139,10 @@ cp -w -n "1:/data/$[SYSID0]/sysdata" $[OUT]/data/sysdata
|
|||||||
rm $[OUT]/data/sysdata/00010017
|
rm $[OUT]/data/sysdata/00010017
|
||||||
|
|
||||||
# === Other system titles
|
# === Other system titles
|
||||||
if not find $[OUT]/title NULL
|
if find $[OUT]/title NULL
|
||||||
mkdir $[OUT]/title
|
rm $[OUT]/title
|
||||||
end
|
end
|
||||||
|
mkdir $[OUT]/title
|
||||||
|
|
||||||
# System Applications
|
# System Applications
|
||||||
if not find $[OUT]/title/00040010 NULL
|
if not find $[OUT]/title/00040010 NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user