mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +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
|
||||
|
||||
# === Other system titles
|
||||
if not find $[OUT]/title NULL
|
||||
mkdir $[OUT]/title
|
||||
if find $[OUT]/title NULL
|
||||
rm $[OUT]/title
|
||||
end
|
||||
mkdir $[OUT]/title
|
||||
|
||||
# System Applications
|
||||
if not find $[OUT]/title/00040010 NULL
|
||||
|
||||
Reference in New Issue
Block a user